Created an MCP (Model Context Protocol) client and server. Made two MCP servers talking with two different transport protocols namely "stdio" and "streamable-http"
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_client_and-_serv": {
"command": "uvx",
"args": [
"mcp-client-and--server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp_client_and-_serv uvx mcp-client-and--server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_client_and-_serv": {
"command": "uvx",
"args": [
"mcp-client-and--server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-client-and--server