Stats
Actions
Tags
From subframe
Connects remotely to Subframe MCP server at https://mcp.subframe.com/mcp (or custom URL via SUBFRAME_MCP_URL env var). Provides Subframe service tools, data sources, and prompts to Claude Code. Authentication likely required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"subframe": {
"type": "http",
"url": "${SUBFRAME_MCP_URL:-https://mcp.subframe.com/mcp}"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
${SUBFRAME_MCP_URL:-https://mcp.subframe.com/mcp}npx claudepluginhub subframeapp/subframe --plugin subframe