io.github.dirtcubeinteractive/specter-skills MCP Server
io.github.dirtcubeinteractive/specter-skills
What is the io.github.dirtcubeinteractive/specter-skills MCP server?
Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer.
How to install io.github.dirtcubeinteractive/specter-skills
Copy-paste configuration for popular MCP clients.
SPECTER_ENVTarget environment: 'staging' or 'production'
SPECTER_ALLOW_MUTATIONSSet 'true' to enable the create/mutate tools (gated behind confirmation)
SPECTER_API_KEYsecretClient api-key. Not needed after browser sign-in (the dev key from login is reused)
SPECTER_PROJECT_IDAuto-detected from sign-in. Set only to pin one project when your org has several
SPECTER_ADMIN_TOKENsecretAdmin token for CI / non-interactive use instead of browser sign-in
{
"mcpServers": {
"specter-skills": {
"command": "npx",
"args": [
"-y",
"specter-skills",
"-y",
"-p",
"specter-skills",
"specter-mcp"
],
"env": {
"SPECTER_ENV": "<YOUR_SPECTER_ENV>",
"SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
"SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
"SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
"SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
}
}
}
}{
"mcpServers": {
"specter-skills": {
"command": "npx",
"args": [
"-y",
"specter-skills",
"-y",
"-p",
"specter-skills",
"specter-mcp"
],
"env": {
"SPECTER_ENV": "<YOUR_SPECTER_ENV>",
"SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
"SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
"SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
"SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
}
}
}
}{
"mcpServers": {
"specter-skills": {
"command": "npx",
"args": [
"-y",
"specter-skills",
"-y",
"-p",
"specter-skills",
"specter-mcp"
],
"env": {
"SPECTER_ENV": "<YOUR_SPECTER_ENV>",
"SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
"SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
"SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
"SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
}
}
}
}{
"servers": {
"specter-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"specter-skills",
"-y",
"-p",
"specter-skills",
"specter-mcp"
],
"env": {
"SPECTER_ENV": "<YOUR_SPECTER_ENV>",
"SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
"SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
"SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
"SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
}
}
}
}claude mcp add specter-skills --env SPECTER_ENV=<YOUR_SPECTER_ENV> --env SPECTER_ALLOW_MUTATIONS=<YOUR_SPECTER_ALLOW_MUTATIONS> --env SPECTER_API_KEY=<YOUR_SPECTER_API_KEY> --env SPECTER_PROJECT_ID=<YOUR_SPECTER_PROJECT_ID> --env SPECTER_ADMIN_TOKEN=<YOUR_SPECTER_ADMIN_TOKEN> -- npx -y specter-skills -y -p specter-skills specter-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.