Example implementation of MCP Streamable HTTP client/server in Python and TypeScript.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-streamable-http": {
"command": "npx",
"args": [
"-y",
"invariantlabs-ai/mcp-streamable-http"
]
}
}
}
Run in terminal:
claude mcp add mcp-streamable-http npx -y invariantlabs-ai/mcp-streamable-http
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-streamable-http": {
"command": "npx",
"args": [
"-y",
"invariantlabs-ai/mcp-streamable-http"
]
}
}
}