A collection of Go-based MCP servers that expose stdio tools for services like Workflowy, Manifold Markets, UK supermarkets, Amazon, WaniKani, and Bunpro. Each server provides structured read/write or read-only access to its respective service for MCP-compatible clients.
From the registry: Read Bunpro SRS data: profile, study queue, reviews, JLPT progress, and grammar lookups.
$ go install github.com/jbeshir/mcp-servers/bunpro/cmd/bunpro-mcp@latesthttps://github.com/jbeshir/mcp-servers/releasesPlease install the `bunpro-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install bunpro-mcp binary** — Download a prebuilt binary from the jbeshir/mcp-servers Releases or install from source with Go 1.24+. Run: `go install github.com/jbeshir/mcp-servers/bunpro/cmd/bunpro-mcp@latest` (https://github.com/jbeshir/mcp-servers/releases)
- **Bunpro account** — Bunpro email and password (authenticates via Devise login). (https://bunpro.jp)
Canonical MCP server config (stdio transport):
- command: `bunpro-mcp`
- args: []
- required environment variables:
- `BUNPRO_EMAIL`: Bunpro account email (example: `<your-bunpro-email>`)
- `BUNPRO_PASSWORD`: Bunpro account password (example: `<your-bunpro-password>`)
Note: Env var names inferred — README only specifies the auth method (email/password).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Workflowy API tokenrequiredAuthenticate the Workflowy serverManifold API keyrequiredAuthenticate the Manifold Markets serverWaniKani API tokenrequiredAuthenticate the WaniKani serverBunpro email and passwordrequiredAuthenticate the Bunpro serverMCP server for searching Airweave collections with natural language queries.