Immersive Commons API — OpenAPI 3.1 spec, MCP server, and agent authentication for immersivecommons.com
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"api": {
"command": "npx",
"args": [
"-y",
"Immersive-commons/api"
]
}
}
}
Run in terminal:
claude mcp add api npx -y Immersive-commons/api
Add to .cursor/mcp.json:
{
"mcpServers": {
"api": {
"command": "npx",
"args": [
"-y",
"Immersive-commons/api"
]
}
}
}