CubeCobra MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CubeCobra MCP ServerGet the card list for cube obc."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CubeCobra MCP Server
Fork of plrdev/cubecobra-mcp by Juha Linnanen (2025-12-05). This repository extends the original server with additional tooling and fixes (see git history); all original work and credit belongs to the upstream author.
License: ISC (matching the upstream
package.json; see LICENSE).
Local setup
npm install
npm run buildRelated MCP server: Scryfall MCP Server
Running locally
npm startOr, for iterating in TypeScript:
npm run devEnvironment configuration
The server uses optional environment variables:
CUBECOBRA_BASE_URL— override the base URL (defaults tohttps://cubecobra.com).CUBECOBRA_COOKIE— your CubeCobra session cookie (needed for private/owner-only endpoints).CUBECOBRA_CSRF— CSRF token to accompany the cookie for POSTs.DEFAULT_CUBE_SHORT_ID— fallback short ID for cube tools (list/csv/json/plaintext).DEFAULT_CUBE_ID— fallback cube UUID for records tools.DEFAULT_RECORD_ID— fallback record ID for record page/data tools.
Persisting secrets locally
To avoid retyping these on every run, create a local env file (not committed) and load it when you start the server. For example, create .env.local in the project root:
CUBECOBRA_BASE_URL=https://cubecobra.com
CUBECOBRA_COOKIE=connect.sid=...; othercookies=...
CUBECOBRA_CSRF=your-csrf-token
DEFAULT_CUBE_SHORT_ID=obc
DEFAULT_CUBE_ID=6178df6d-867d-4b54-b7ed-ff940daf26aa
DEFAULT_RECORD_ID=318ecd53-6cc7-4489-9408-35c3decee4aeThen start with:
env $(cat .env.local | xargs) npm run dev
# or
env $(cat .env.local | xargs) npm startMake sure .env.local is in your .gitignore to keep secrets out of version control.
Notes on CubeCobra auth
Auth is only required for endpoints like
list_cube_records; public tools (list, csv, json, plaintext) work without auth.The CSRF token can be copied from the
x-csrf-tokenheader of a successful POST in the browser’s Network tab when logged in.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP Server for interacting with Cube semantic layers that provides tools for querying and describing data from Cube deployments.Last updated15GPL 3.0
- AlicenseAqualityBmaintenanceA comprehensive Model Context Protocol server that integrates with the Scryfall API to provide Magic: The Gathering card data to AI assistants like Claude.Last updated141MIT
- Alicense-qualityCmaintenanceA comprehensive Model Context Protocol server that provides AI assistants with rich Magic: The Gathering information, including card data, comprehensive rules, EDHREC recommendations, combo interactions, and intelligent Commander deck generation.Last updated1MIT
- Alicense-qualityDmaintenanceMCP server for searching and retrieving Magic: The Gathering card information via the Scryfall API, with support for field presets, multiple output formats, and automatic rate limiting.Last updated22MIT
Related MCP Connectors
MCP server for accessing curated awesome list documentation
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrewanderson/cubecobra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server