connect-mcp-server
Description
# connect-mcp-server A Model Context Protocol (MCP) server built with mcp-framework. ## Quick Start ```bash # Install dependencies npm install # Build the project npm run build ``` ## Project Structure ``` connect-mcp-server/ ├── src/ │ ├── tools/ # MCP Tools │ │ └──…
About
# connect-mcp-server A Model Context Protocol (MCP) server built with mcp-framework. ## Quick Start ```bash # Install dependencies npm install # Build the project npm run build ``` ## Project Structure ``` connect-mcp-server/ ├── src/ │ ├── tools/ # MCP Tools │ │ └── ExampleTool.ts │ └── index.ts # Server entry point…
Details
- Author
- ClaytonMatos84
- Downloads
- 221
- Categories
- Other
Jump to
- Built with the mcp-framework for easy MCP tool development.
- Includes an example tool (ExampleTool) for rapid prototyping.
- Supports adding new tools via CLI: mcp add tool <tool-name>.
- Automatically discovers and loads tools from src/tools/ on startup.
- Can be published to npm and run with npx.
- Simple integration with Claude Desktop via JSON configuration.
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
connect-mcp-serverCommand (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 with npm install, build with npm run build, and then run the server directly or via npx. To use with Claude Desktop, add its configuration to the claude_desktop_config.json file, pointing either to the local built script or the published npm package.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"connect-mcp-server": {
"connect-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/connect-mcp-server/dist/index.js"
]
}
}
}
}
McpServers
{
"connect-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/connect-mcp-server/dist/index.js"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




