Semantic Calculator MCP
@identimoji
关于 Semantic Calculator MCP
MCP tool in python for performing various semantic calcualtions
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-semantic-calc": {
"command": "python",
"args": [
"-m",
"semantic_calculator.examples.vector_operations"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Semantic Calculator MCP?
A Python-based MCP tool for semantic operations on vectors, text, and emoji, with specialized support for the Emojikey V3 system. It is designed for developers using Claude Desktop who need to analyze semantic relationships in their conversations.
How to use Semantic Calculator MCP?
Install dependencies with uv sync, then configure Claude Desktop by adding the MCP server configuration to claude_desktop_config.json using the arch -arm64 uv run -m semantic_calculator mcp command (adjusting paths). After restarting Claude Desktop, all tool functions are available with the semantic_calc_ prefix.
Key features of Semantic Calculator MCP
- Calculate semantic similarities between vectors
- Convert text and emoji to vector embeddings
- Calculate helical components for phase angle representations
- Parse and analyze Emojikey V3 strings
- Calculate semantic field distance between dimensions
Use cases of Semantic Calculator MCP
- Measure semantic similarity between two emoji or concepts
- Analyze Emojikey V3 strings for dimensional relationships
- Perform vector operations (cosine similarity, Euclidean distance, Manhattan distance)
- Generate embeddings from text for semantic comparison
FAQ from Semantic Calculator MCP
What are the core dependencies for Semantic Calculator MCP?
Python 3.10+, MCP SDK >=0.9.0, sentence-transformers >=2.2.0, numpy >=1.20.0, scikit-learn >=1.0.0, and torch >=1.10.0 are required. The server will refuse to start if any core dependency is missing.
What hardware does Semantic Calculator MCP require?
It runs on Apple Silicon Mac (M1/M2/M3) or Intel Mac. The configuration uses arch -arm64 to ensure native Apple Silicon execution.
How are tool functions named in Semantic Calculator MCP?
All tool functions are prefixed with semantic_calc_ (e.g., semantic_calc_emoji_to_vector) to avoid naming conflicts with other MCP tools.
Where does Semantic Calculator MCP process data?
All vector operations, embeddings, and calculations are performed locally on the user’s machine. No external services are called.
What transport does Semantic Calculator MCP use?
The server communicates via standard input/output (stdio) through the Claude Desktop MCP client, as configured in the JSON settings.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Notion MCP Server
makenotionOfficial Notion MCP Server
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
评论