Odel
tafsiri mcp

tafsiri mcp

Local
@gabrielmahiaPythonMITUpdated 4 days ago

MCP server for Swahili translation and language grounding (tafsiri = translate)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItafsiri-mcpv0.1.4

Run

uvx tafsiri-mcp

MCP client config

{
  "mcpServers": {
    "tafsiri-mcp": {
      "command": "uvx",
      "args": [
        "tafsiri-mcp"
      ]
    }
  }
}