mftool mcp for Cursor
io.github.nayakwadis/mftool-mcp
MCP Server for publicly available Indian Mutual Funds data
client:Cursor
transport:stdio
runtime:pypi
Install mftool mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mftool-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mftool-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs