sketch-engine-mcp-server
Verified Safeby ricCap
Overview
This server integrates Sketch Engine's corpus linguistics and text analysis tools with Claude AI, allowing users to perform complex linguistic research and language analysis directly through conversational prompts.
Installation
/path/to/sketch-engine-mcp-linux-x64Environment Variables
- SKETCH_ENGINE_API_KEY
Security Notes
No critical vulnerabilities found. The Sketch Engine API key is correctly handled via environment variables and is not hardcoded. Input validation is performed using Zod schemas for all tool calls, mitigating potential injection risks. Local file system writes are constrained to a '.cache' directory within the application's current working directory, which is appropriate for a local agent.
Similar Servers
voicemode
Provides robust voice interaction capabilities for Model Context Protocol (MCP) agents, enabling real-time speech-to-text (STT) and text-to-speech (TTS) functionalities, with support for local and cloud-based services. It also includes tools for audio playback (DJ), service management, and diagnostics.
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.