PluginBench
MCP Server

Bunpro MCP Server

io.github.jbeshir/bunpro-mcp

What is the Bunpro MCP server?

Read Bunpro SRS data: profile, study queue, reviews, JLPT progress, and grammar lookups.

How to install Bunpro

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BUNPRO_EMAIL
    required

    Bunpro account email address

  • BUNPRO_PASSWORD
    required
    secret

    Bunpro account password

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bunpro-mcp": {
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb",
      "args": [],
      "env": {
        "BUNPRO_EMAIL": "<YOUR_BUNPRO_EMAIL>",
        "BUNPRO_PASSWORD": "<YOUR_BUNPRO_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bunpro-mcp": {
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb",
      "args": [],
      "env": {
        "BUNPRO_EMAIL": "<YOUR_BUNPRO_EMAIL>",
        "BUNPRO_PASSWORD": "<YOUR_BUNPRO_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bunpro-mcp": {
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb",
      "args": [],
      "env": {
        "BUNPRO_EMAIL": "<YOUR_BUNPRO_EMAIL>",
        "BUNPRO_PASSWORD": "<YOUR_BUNPRO_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bunpro-mcp": {
      "type": "stdio",
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb",
      "args": [],
      "env": {
        "BUNPRO_EMAIL": "<YOUR_BUNPRO_EMAIL>",
        "BUNPRO_PASSWORD": "<YOUR_BUNPRO_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add bunpro-mcp --env BUNPRO_EMAIL=<YOUR_BUNPRO_EMAIL> --env BUNPRO_PASSWORD=<YOUR_BUNPRO_PASSWORD> -- https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb

Related MCP servers

Search for products and get detailed product information from Amazon across multiple regional sites.

View repository →

Search, read, bet on, create, and resolve prediction markets on Manifold.

View repository →

Search and compare grocery prices across UK supermarkets with product details.

View repository →

Read WaniKani SRS data: profile, reviews, assignments, subjects, and level progressions.

View repository →

Search, read, create, and organize Workflowy nodes with breadcrumb context.

View repository →