Skip to content
VS Code

oeis mcp for VS Code

io.github.mrfentmen/oeis-mcp

Use this MCP server to the OEIS, the encyclopedia of integer sequences. Look up any sequence,...

client:VS Code transport:stdio runtime:npm

Install oeis mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "oeis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oeis-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

oeis mcp in other clients