mcp-streamable-http
This MCP server provides an example implementation of a Streamable HTTP client and server using the Model Context Protocol.
The MCP Streamable HTTP server allows for real-time communication between clients and servers using a standardized protocol. It supports both Python and TypeScript implementations, enabling developers to create applications that can seamlessly interact across different programming languages. The server can be easily set up and configured to run locally, providing a robust environment for testing and development. With this implementation, users can initiate interactive chat loops and utilize the capabilities of the Model Context Protocol to manage context and data flow efficiently. The server is designed to be user-friendly, with clear instructions for setup and operation, making it accessible for both novice and experienced developers.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-streamable-http": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-streamable-http"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions