MCPServer
About
A Simple MCP Server for enabling agentic workflow
Details
- Author
- ganesh-karthick
- Downloads
- 291
- Categories
- Other
Jump to
- Simple MCP server for agentic workflow
- MCP Inspector support for development and testing
- Claude Desktop integration via configuration
- Python-based, managed with uv
- Uses SSE transport for MCP communication
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCPServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies (npm, uv), clone the repository, create a Python virtual environment, sync dependencies, and run server.py. Use mcp dev server.py to launch the MCP Inspector for testing. For Claude Desktop integration, add the server configuration to claude_desktop_config.json.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcpserver": {
"mcpserver-ganesh-karthick": {
"command": "uv",
"args": [
"venv",
"--python",
"3.11.6"
]
}
}
}
}
McpServers
{
"mcpserver-ganesh-karthick": {
"command": "uv",
"args": [
"venv",
"--python",
"3.11.6"
]
}
}
MCPServer
A Simple MCP Server for enabling agentic workflowInstall
brew install npm
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone -b main https://github.com/ganesh-karthick/MCPServer.git
uv venv --python 3.11.6
source .venv/bin/activate
uv sync
uv --directory ${GITHOME}/MCPserver run server.py
mcp dev server.py
MCP Inspector is up and running at http://localhost:5173 π
New SSE connection
Claude Desktop Integration
Add this to ~/Library/Application%20Support/Claude/claude_desktop_config.json``Claude tool
{
"mcpServers": {
"CNC": {
"command": "<YOUR_HOME>/.local/bin/uv",
"args": [
"--directory",
"<YOUR_HOME>/MCPServer",
"run",
"server.py"
]
}
}
}
``
Claude desktop

Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



