Smartling MCP Server

Smartling MCP Server

Enables translation management through Smartling's API, supporting project and file operations, job management, quality assurance, glossaries, and translation workflow automation for multilingual content.

Category
Visit Server

README

Smartling MCP Server

A Model Context Protocol (MCP) server that provides Smartling translation tools for Claude Desktop, Cursor, and other MCP-compatible applications.

🚀 Quick Installation

Prerequisites

  • Node.js 18.0.0 or higher
  • Smartling API credentials (User Identifier and User Secret)

Installation Steps

# Clone the repository
git clone https://github.com/YOUR_USERNAME/smartling-mcp-server.git
cd smartling-mcp-server

# Install dependencies
npm install

# Build the project
npm run build

# Setup environment variables
cp config-example.env .env
# Edit .env with your Smartling credentials

⚙️ Add Your Credentials

Edit the generated config files with your Smartling credentials:

Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor: ~/.cursor/mcp.json

Replace:

"SMARTLING_USER_IDENTIFIER": "your_user_id_here",
"SMARTLING_USER_SECRET": "your_user_secret_here"

🔑 Get Smartling Credentials

  1. Go to Smartling Dashboard → Settings → API
  2. Create User Identifier and User Secret
  3. Copy to your config files
  4. Restart Claude Desktop/Cursor

✅ Verification

Ask Claude Desktop or Cursor:

"How many Smartling tools do you have available?"

🛠️ Available Tools

Core Features

  • Project Management: Access and manage translation projects
  • File Operations: Upload, download, and manage translation files
  • Job Management: Create and manage translation jobs
  • String Operations: Search, filter, and manage translation strings
  • Quality Assurance: Run quality checks on translations
  • Locales: Manage project locales and supported languages
  • Glossaries: Manage translation glossaries and terms
  • Context: Upload and manage visual context for translators
  • Webhooks: Set up notifications for translation events
  • Reports: Generate progress and analytics reports

Chat Integration

For internal chat platforms, see:

📋 Configuration Example

Claude Desktop config:

{
  "mcpServers": {
    "smartling": {
      "command": "node",
      "args": ["/path/to/smartling-mcp-server/dist/index.js"],
      "env": {
        "SMARTLING_USER_IDENTIFIER": "your_user_identifier",
        "SMARTLING_USER_SECRET": "your_user_secret",
        "SMARTLING_BASE_URL": "https://api.smartling.com"
      }
    }
  }
}

🧪 Testing

Test your installation:

# Run basic tests
npm test

# Test MCP protocol
npm run test:mcp

🐛 Troubleshooting

Issue Solution
"0 tools enabled" Check configuration file paths
"Connection timeout" Verify API credentials and network access
"Could not attach to MCP server" Ensure Node.js 18+ is installed

📚 Documentation

🌟 Key Features

For Organizations

  • Enterprise Ready: Production-tested translation workflows
  • Secure: API credential management
  • Reliable: Comprehensive error handling
  • Easy Integration: Works with existing MCP tools

For Developers

  • Direct API Access: Full Smartling API integration
  • Chat Integration: Ready for internal platforms
  • Extensible: Add more tools easily
  • Well Documented: Complete guides and examples

📞 Support

📄 License

MIT License - see LICENSE file for details.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured