semantic-search-mcp-server
Description
# semantic-search-mcp-server A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities. ## Documentation For detailed setup instructions and usage: - **[User Guide](Userguide.md)** - Step-by-step setup…
About
# semantic-search-mcp-server A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities. ## Documentation For detailed setup instructions and usage: - **[User Guide](Userguide.md)** - Step-by-step setup instructions for Claude Desktop users -…
Details
- Author
- jingchun19
- Downloads
- 180
- Categories
- Knowledge Base
Jump to
- Built using the mcp-framework for rapid MCP tool development
- Comes with an example tool to start customizing
- CLI command to add new tools (mcp add tool <name>)
- Supports both local development and npm publishing workflows
- Integrates with Claude Desktop via MCP configuration file
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
semantic-search-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 the project with npm run build, then add the server to your Claude Desktop configuration (either local development path or published npm package). The server automatically loads all tools defined in src/tools/ on startup.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"semantic-search-mcp-server": {
"semantic-search-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/semantic-search-mcp-server/dist/index.js"
]
}
}
}
}
McpServers
{
"semantic-search-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/semantic-search-mcp-server/dist/index.js"
]
}
}
semantic-search-mcp-server
A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities.
Documentation
For detailed setup instructions and usage:
- User Guide - Step-by-step setup instructions for Claude Desktop users
- Developer Guide - Technical information for developers working on or extending this server
Quick Start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


