sketchengine-skill

techczech/sketchengine-skill
★ 0 stars Shell 🤖 AI/LLM Updated 2d ago
Claude / Codex skill: install and configure the Sketch Engine MCP server (ricCap/sketch-engine-mcp-server) and run corpus-linguistic tasks — Word Sketches, Word Lists, Keywords — against Sketch Engine corpora from inside an LLM agent.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sketchengine-skill": {
      "command": "npx",
      "args": [
        "-y",
        "techczech/sketchengine-skill"
      ]
    }
  }
}