thealgorithms mcp for Cursor
io.github.mcande21/thealgorithms-mcp
Search TheAlgorithms across 24 languages; fetch implementations with examples.
client:Cursor
transport:stdio
runtime:pypi
Install thealgorithms mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thealgorithms-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"thealgorithms-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs