AKBridge for Cursor
io.github.kevynf/akbridge
Search and call AKShare financial data interfaces through three routed MCP tools
client:Cursor
transport:stdio
runtime:pypi
Install AKBridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"akbridge": {
"type": "stdio",
"command": "uvx",
"args": [
"akbridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs