PluginBench
MCP Server
Maintained
MIT

io.github.daedalus/mcp-oeis MCP Server

io.github.daedalus/mcp-oeis

What is the io.github.daedalus/mcp-oeis MCP server?

MCP server for the OEIS (Online Encyclopedia of Integer Sequences) API

How to install io.github.daedalus/mcp-oeis

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-oeis": {
      "command": "uvx",
      "args": [
        "mcp-oeis"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-oeis": {
      "command": "uvx",
      "args": [
        "mcp-oeis"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-oeis": {
      "command": "uvx",
      "args": [
        "mcp-oeis"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-oeis": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-oeis"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-oeis -- uvx mcp-oeis

Related MCP servers

MCP server for DeLonghi ECAM espresso coffee machines via local network

1
Python
MIT
View repository →

MCP server exposing cypari2 (PARI/GP) number theory library

1
Python
MIT
View repository →

MCP server for Metasploit Framework via pymetasploit3

1
Python
MIT
View repository →

A sandboxed MCP tool for reverse engineering with multiple tool integrations

1
Python
MIT
View repository →

MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery

1
Python
MIT
View repository →

MCP server exposing all Shodan API functionality

1
Python
MIT
View repository →