MCP SSE provides a pattern for Server-Sent Events (SSE) based communication between MCP clients and servers. It exposes tools for real-time data streaming and event handling. It connects to systems that support SSE, enabling developers to build real-time AI applications with continuous data updates.
MCP SSE provides a pattern for Server-Sent Events (SSE) based communication between MCP clients and servers. It exposes tools for real-time data streaming and event handling. It connects to systems that support SSE, enabling developers to build real-time AI applications with continuous data updates.
pip install mcp-sseAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"sidharthrajaram-mcp-sse-github": {
"command": "uvx",
"args": [
"pip install mcp-sse"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp sse?"
API Key Required
This server requires an API key from mcp sse. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_SSE_API_KEY | Yes | Your mcp sse API key |
"What resources are available in mcp sse?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp sse"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp sse with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.