Interactive MCP Apps the AI builds once and you both reuse — data outlives the chat
claude mcp add open-mcp-apps -- npx -y @2nd1st/open-mcp-apps
claude_desktop_config.json
{
"mcpServers": {
"open-mcp-apps": {
"command": "npx",
"args": [
"-y",
"@2nd1st/open-mcp-apps"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"open-mcp-apps": {
"command": "npx",
"args": [
"-y",
"@2nd1st/open-mcp-apps"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"open-mcp-apps": {
"command": "npx",
"args": [
"-y",
"@2nd1st/open-mcp-apps"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"open-mcp-apps": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@2nd1st/open-mcp-apps"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"open-mcp-apps": {
"command": "npx",
"args": [
"-y",
"@2nd1st/open-mcp-apps"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.2nd1st--open-mcp-apps/reviews or the review_server meta-tool.
POST /mcp