mcp oeis for Cursor
io.github.daedalus/mcp-oeis
MCP server for the OEIS (Online Encyclopedia of Integer Sequences) API
client:Cursor
transport:stdio
runtime:pypi
Install mcp oeis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-oeis": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-oeis"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs