TechWord Translator MCP Server
Provides translation services for technical terms across English, Spanish, and German via MCP tools for search and translation.
README
TechWord Translator MCP Server
A public Model Context Protocol (MCP) server that provides translation services for technical terms across English, Spanish, and German. Built with FastMCP and powered by the TechWordTranslator API.
โจ Features
- ๐ Multi-language Translation: Translate technical terms between English, Spanish, and German
- ๐ Smart Search: Search for technical terms with partial matching
- ๐ Comprehensive Database: Access to a curated database of IT and technology terminology
- โก Fast & Efficient: Built on FastMCP with async HTTP client
- ๐ Easy Integration: Works with Claude Desktop, Cursor, and other MCP clients
- โ Production Ready: Comprehensive test suite, high coverage, enterprise-grade quality
๐งช Testing
./run-tests.sh
See docs/testing.md for details.
๐ Quick Start
# Build and run with Docker Compose
docker compose build
docker compose run --rm -e TECHWORD_TRANSLATOR_API_URL=http://localhost:8000 techword-mcp
๐ Documentation
| Guide | Description |
|---|---|
| Quickstart | Get up and running in 5 minutes |
| API Reference | Complete documentation of all 5 MCP tools |
| Docker Setup | Detailed Docker configuration guide |
| Cursor Setup | Integrate with Cursor IDE |
| Development | Developer guide and architecture |
| Testing | Testing guide and coverage |
| Deployment | Production deployment options |
๐ ๏ธ Available Tools
The server provides 5 MCP tools for technical term translation and search. See the API Reference for complete details.
translate_term- Translate a technical term from one language to anothersearch_tech_terms- Search for technical terms in the databaseget_all_translations- Get all available translations for a termget_term_details- Get detailed information about a specific termlist_tech_terms- List technical terms with pagination
๐ง Integration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"techword-translator": {
"command": "docker",
"args": [
"run", "--rm", "-i", "--network=host",
"-e", "TECHWORD_TRANSLATOR_API_URL=http://localhost:8000",
"techword-mcp"
]
}
}
}
Cursor IDE
See the complete Cursor Setup Guide for integration steps.
๐๏ธ Architecture
Built following SOLID principles with a clean, modular architecture:
- models/ - Domain models (
Word,TranslationItem) - services/ - Business logic (
APIClient,SearchService,TranslatorService) - formatters.py - Response formatting utilities
- tools.py - All 5 MCP tool implementations
- container.py - Service singleton lifecycle (dependency container)
- server.py - Thin entry point: registers tools and starts the MCP server
๐ Requirements
- Docker (recommended) or Python 3.12+
- TechWordTranslator API instance
Environment Variables
TECHWORD_TRANSLATOR_API_URL- Base URL of the TechWordTranslator API (required)
๐ License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
๐ Acknowledgments
- TechWordTranslator API - The backend API
- FastMCP - FastMCP framework
- Anthropic MCP - Model Context Protocol specification
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.