CyprianFusi/mcpserver_example
3.2
If you are the rightful owner of mcpserver_example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate communication between machine learning models and various applications, enabling seamless integration and interaction.
Installation
Add the following installation to your existing claude_desktop_config.json file:
"add2Int": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/CyprianFusi/mcpserver_example.git",
"mcp-server"
]
}
If this is your first MCP server then use this instead:
{
"mcpServers": {
"add2Int": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/CyprianFusi/mcpserver_example.git",
"mcp-server"
]
}
}
}