oeis mcp for Cursor
io.github.mrfentmen/oeis-mcp
Use this MCP server to the OEIS, the encyclopedia of integer sequences. Look up any sequence,...
client:Cursor
transport:stdio
runtime:npm
Install oeis mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oeis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oeis-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs