statespace-tech/statespace-mcp-server
MCP server to connect to Statespace apps.
Platform-specific configuration:
{
"mcpServers": {
"statespace-mcp-server": {
"command": "npx",
"args": [
"-y",
"statespace-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/statespace-tech/statespace-mcp-server/actions/workflows/test.yml) [](https://github.com/statespace-tech/statespace-mcp-server/blob/main/LICENSE) [](https://www.npmjs.com/package/statespace-mcp) [](https://discord.gg/rRyM7zkZTf) [](https://x.com/statespace_tech)
MCP server for Statespace apps.
Add to your MCP client config:
"statespace": {
"command": "npx",
"args": ["statespace-mcp", "https://your-app.statespace.app"],
"env": {
"STATESPACE_TOKEN": "your-token-here" // optional
}
}The server connects to your deployed Statespace app over HTTP and exposes two tools:
read_page — read any file from the app (start with README.md)run_command — execute a command declared in a page's YAML frontmatterThis project is licensed under the terms of the MIT license.
Loading reviews...