Skip to content
Cursor

fonparam mcp for Cursor

io.github.kemalersin/fonparam-mcp

MCP server for FonParam API - Turkish mutual funds data

client:Cursor transport:stdio runtime:npm

Install fonparam mcp in Cursor

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

{
  "mcpServers": {
    "fonparam-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fonparam-mcp"
      ]
    }
  }
}

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

fonparam mcp in other clients