HomeSearch & Research › string-ai-mcp

string-ai-mcp

The most accurate web access API. Stop getting blocked.

Official TypeScript Cloud Remote
★ 2 stars Last pushed 2026-09-24 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.usestring.ai/v1/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http string-ai-mcp https://mcp.usestring.ai/v1/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "string-ai-mcp": {
      "url": "https://mcp.usestring.ai/v1/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <your String API key>

Package (npm 1.2.1)

npx -y @usestring/mcp@1.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "string-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usestring/mcp@1.2.1"
      ],
      "env": {
        "STRING_AI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • STRING_AI_API_KEY required secret — Your String API key (get one at portal.usestring.ai)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry