
Bunpro
Expose your Bunpro SRS profile, queue, reviews, JLPT progress, and grammar lookups to an agent for study planning or Japanese-learning side projects.
Overview
Bunpro MCP is an MCP server for the Build phase that reads your Bunpro SRS data—profile, queue, reviews, JLPT progress, and grammar—for agent-driven study workflows.
What is this MCP server?
- Read Bunpro profile and SRS study queue from the agent
- Review history and JLPT progress surfaced for coaching prompts
- Grammar point lookups tied to Bunpro curriculum
- mcpb stdio bundle (bunpro-mcp v1.0.0) from jbeshir/mcp-servers
- Requires BUNPRO_EMAIL and BUNPRO_PASSWORD account credentials
- Version 1.0.0; mcpb stdio from jbeshir/mcp-servers bunpro subfolder
- 2 required credentials: BUNPRO_EMAIL and BUNPRO_PASSWORD (secret)
- Five read capabilities listed: profile, study queue, reviews, JLPT progress, grammar lookups
What problem does it solve?
Study planning in the agent breaks because Bunpro queue and JLPT state live behind a login the model cannot see.
Who is it for?
Builders who use Bunpro daily and want Claude Code or Cursor to orchestrate reviews, explanations, or learning side apps.
Skip if: Learners without a Bunpro subscription, teams needing write/actions on reviews, or pure Anki/Wanikani stacks.
What do I get? / Deliverables
Your agent drafts study sessions, grammar explanations, and progress summaries grounded in live Bunpro account data.
- Profile and study-queue snapshots for daily planning prompts
- Review and JLPT progress summaries agents can narrate or log
- Grammar point lookup results aligned to Bunpro curriculum items
Recommended MCP Servers
Journey fit
Connecting an external account API to your agent is build-phase integration work—even for personal productivity pet projects. Integrations subphase is where you wire third-party data (here Bunpro) into agent tooling rather than only browsing the web app.
How it compares
Account read MCP for one SRS app, not a general language-tutoring skill library.
Common Questions / FAQ
Who is Bunpro MCP for?
Solo developers studying Japanese with Bunpro who want their agent to read queue, review, and JLPT data while planning study or building learning tools.
When should I use Bunpro MCP?
Use it during build/integrations when you connect Bunpro data to custom study bots, dashboards, or documentation workflows—not for generic textbook chat.
How do I add Bunpro MCP to my agent?
Configure the bunpro-mcp mcpb stdio server, set BUNPRO_EMAIL and BUNPRO_PASSWORD in MCP environment secrets, restart the client, and invoke the read tools from your session.