← All servers

mhlabs_mcp_tools

io.github.MusaddiqueHussainLabs/mhlabs_mcp_tools v3.0.0
Official Registry git

An MCP server that provides text preprocessing, NLP components, and document analysis

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add mhlabs_mcp_tools -- uvx mhlabs-mcp-tools
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mhlabs_mcp_tools": {
      "command": "uvx",
      "args": [
        "mhlabs-mcp-tools"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "mhlabs_mcp_tools": {
      "command": "uvx",
      "args": [
        "mhlabs-mcp-tools"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mhlabs_mcp_tools": {
      "command": "uvx",
      "args": [
        "mhlabs-mcp-tools"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "mhlabs_mcp_tools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mhlabs-mcp-tools"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "mhlabs_mcp_tools": {
      "command": "uvx",
      "args": [
        "mhlabs-mcp-tools"
      ]
    }
  }
}

Packages

pypi mhlabs-mcp-tools@0.0.5

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.MusaddiqueHussainLabs--mhlabs_mcp_tools/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent