Skip to content
Cursor

Chanty for Cursor

io.github.asklokesh/chanty-mcp-server

MCP server for Chanty API integration

client:Cursor transport:stdio runtime:pypi

Install Chanty in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "chanty-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chanty-mcp-server"
      ],
      "env": {
        "CHANTY_API_KEY": "<CHANTY_API_KEY>",
        "CHANTY_API_URL": "<CHANTY_API_URL>"
      }
    }
  }
}

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

Chanty in other clients