Back to directory
jonathan-politzki/mcp-text-to-embedding

jonathan-politzki/mcp-text-to-embedding

@jonathan-politzki

MCP tool that can take any defined input text and embed it. Can take multiple embeddings and conduct cosine similarity on them.

text-embeddingopenaiembeddingssimilarity-searchmcp-serverclaude-desktopvector-embeddingssemantic-searchcontext

Installation & Configuration

{
  "mcpServers": {
    "text-embeddings": {
      "command": "python",
      "args": [
        "/absolute/path/to/mcp-text-to-embedding/mcp_server.py"
      ],
      "env": {
        "OPENAI_API_KEY": "your_openai_api_key_here"
      },
      "cwd": "/absolute/path/to/mcp-text-to-embedding"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17