Skip to content
Cursor

encoder ai mcp for Cursor

io.github.csoai-org/encoder-ai-mcp

Encoder Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install encoder ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "encoder-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "encoder-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

encoder ai mcp in other clients