By briansunter
Pokemon TCG Pocket deck building, card analysis, meta insights, and AI-powered competitive strategy guidance. Integrates with 2000+ cards across 12 sets via MCP server.
Analyze Pokemon cards or decks with detailed statistics, competitive viability, and strategic recommendations
Build a competitive Pokemon TCG Pocket deck around a specific Pokemon or strategy
Reference for using the `pokemon-pocket-mcp-server` package as a terminal CLI tool.
Find Pokemon and strategies that counter specific Pokemon types, decks, or meta threats
Get current Pokemon TCG Pocket meta analysis, tier lists, deck archetypes, and competitive strategic insights
Use when analyzing individual Pokemon cards, comparing card stats, evaluating attacks/abilities, or researching card rarity. Activates when user mentions card names, card comparisons, card stats, rarity, or strategic value. Provides detailed card analysis with type effectiveness, competitive viability scoring, and synergy recommendations via MCP server.
Use when building, analyzing, or optimizing Pokemon TCG Pocket decks. Activates when user mentions deck building, deck analysis, synergies, optimization, or energy calculations. Provides complete 20-card deck construction with validation, energy analysis, synergy recommendations, and competitive strategy.
Use when analyzing Pokemon TCG Pocket meta trends, competitive tier lists, deck archetypes, or strategic matchups. Activates when user asks about meta analysis, tier lists, competitive play, matchup spreads, or strategic advice. Provides data-driven insights using MCP server tools (get_type_stats, query_cards, find_counters).
Use when building Claude Code skills or plugins for Pokemon TCG Pocket. Activates when creating Pokemon-specific commands, integrating MCP servers, scaffolding deck-building workflows, or writing Pokemon automation tools. Provides templates, MCP tool references, and Pokemon-specific skill patterns.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Pokemon TCG Pocket MCP Server & CLI
Query 2000+ Pokemon cards through Claude with AI-powered deck building, synergy finding, and strategic analysis.
Add to your .mcp.json:
{
"mcpServers": {
"pokeclaude": {
"command": "bunx",
"args": ["pokeclaude", "mcp"],
"type": "stdio"
}
}
}
# Run MCP server
bunx pokeclaude mcp
# Or install globally
npm install -g pokeclaude
pokeclaude mcp
# Search for cards
pokeclaude search --type Fire --limit 10
# Get card details
pokeclaude get --name "Pikachu ex"
# Find synergies
pokeclaude synergies --card-name "Charizard ex"
# Find counters
pokeclaude counters --target-type Fire
# Analyze deck
pokeclaude analyze --card-names "Pikachu ex" "Raichu"
# Show type stats
pokeclaude stats
# Run custom SQL
pokeclaude query --sql "SELECT * FROM cards WHERE hp > 200"
# List trainers
pokeclaude trainers --limit 20
# Start MCP server
pokeclaude mcp
| Tool | Description |
|---|---|
search_cards | Search cards with filters (name, type, HP, set, etc.) |
get_card | Get specific card details by exact name |
find_synergies | Find cards that synergize with a given Pokemon |
find_counters | Find counters for a specific type |
get_type_stats | Get type distribution statistics |
query_cards | Run custom SQL queries (SELECT only) |
list_trainers | List all trainer and item cards |
analyze_deck | Analyze deck composition and rules compliance |
/pokeclaude:build-deck - Build competitive 20-card decks/pokeclaude:analyze - Analyze cards or decks/pokeclaude:find-counters - Find counter strategies/pokeclaude:meta - Current meta analysis/pokeclaude:cli - CLI referenceThe plugin includes 4 auto-activating skills:
pokeclaude/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── .mcp.json # MCP server config
├── cli.ts # CLI entry point with mcp subcommand
├── index.ts # MCP server exports
├── src/ # Source files
│ ├── cli.ts # CLI commands
│ ├── db.ts # DuckDB client
│ ├── types.ts # Type definitions
│ └── ...
├── skills/ # Claude Code skills
│ ├── pokemon-card-analysis/
│ ├── pokemon-deck-building/
│ ├── pokemon-meta-analysis/
│ └── pokemon-skill-builder/
├── commands/ # Slash commands
├── references/ # Research and documentation
├── data/ # Card database CSV
└── package.json
# Install dependencies
bun install
# Run in development mode
bun dev
# Run MCP server
bun mcp
# Build for production
bun run build
# Run tests
bun test
# Update card data
bun run scrape
MIT
Brian Sunter - @briansunter
Note: This plugin is not affiliated with Nintendo, Game Freak, The Pokemon Company, or any of their subsidiaries.
npx claudepluginhub briansunter/pokeclaudeMCP server for Raindrop.io bookmark management. Save, organize, search, and manage bookmarks with collections, tags, and highlights through Claude Code.
類 StS 卡牌 Roguelike 設計
Claude Code Pokémon gamification plugin with token-to-XP progression, party growth, and a Braille-first status line
Terminal creature collection game — catch digital beings as you work
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Memory compression system for Claude Code - persist context across sessions