Native MCP Client Server
A native implementation of the MCP (Model Context Protocol) client-server architecture with HTTP Server-Sent Events (SSE) for real-time communication.
Overview
Native MCP Client Server is a native implementation of the Machine Conversation Protocol (MCP) client-server architecture that facilitates real-time communication using HTTP Server-Sent Events (SSE).
To use the Native MCP Client Server, set up the environment, install dependencies, configure the necessary environment variables, and run the MCP host along with the tool servers. Interact with the system by sending commands to fetch product information or analytics data.
- Tool discovery via HTTP endpoints - Real-time tool execution with SSE - WebSocket-based client-host communication - Support for multiple tool servers (Product and Analytics) - Dynamic tool discovery from all configured servers
- Fetching product information from a configured API.
- Retrieving analytics data for various time periods.
- Integrating multiple tool servers for enhanced functionality.
Add to your AI client
Use these steps to connect Native MCP Client Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"nativemcpclientserver-hackerinheels": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativemcpclientserver-hackerinheels"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"nativemcpclientserver-hackerinheels": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativemcpclientserver-hackerinheels"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"nativemcpclientserver-hackerinheels": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativemcpclientserver-hackerinheels"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"nativemcpclientserver-hackerinheels": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativemcpclientserver-hackerinheels"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nativemcpclientserver-hackerinheels": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativemcpclientserver-hackerinheels"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"nativemcpclientserver-hackerinheels": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativemcpclientserver-hackerinheels"
]
}
}
}FAQ
What is the MCP?
The Machine Conversation Protocol (MCP) is a protocol designed for real-time communication between clients and servers.
How do I add new tool servers?
To add new tool servers, create a new directory for your server, implement the required endpoints, and update the configuration file.
Is there a license for this project?
Yes, the project is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2251,"uuid":"8b6dd6a5-2fda-48d6-919b-b88adb37c350","name":"nativeMcpClientServer","title":"Native MCP Client Server","description":"A native implementation of the MCP (Model Context Protocol) client-server architecture with HTTP Server-Sent Events (SSE) for real-time communication.","avatar_url":"https://avatars.githubusercontent.com/u/8202863?v=4","created_at":"2025-03-09T06:54:55.702Z","updated_at":"2025-03-12T10:20:53.140Z","status":"created","author_name":"hackerinheels","author_avatar_url":"https://avatars.githubusercontent.com/u/8202863?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/hackerinheels/nativeMcpClientServer","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-12 17:56:30\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]