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.
npx claudepluginhub subframeapp/subframe --plugin subframeAdd to your .mcp.json:
{
"mcpServers": {
"subframe": {
"url": "${SUBFRAME_MCP_URL:-https://mcp.subframe.com/mcp}"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
${SUBFRAME_MCP_URL:-https://mcp.subframe.com/mcp}