String AI Web Access MCP Server
Rank #14,210ai.usestring/web-access
The most accurate web access API. Stop getting blocked.
String AI Web Access MCP Server is a Model Context Protocol (MCP) server published by usestring. It ranks #14,210 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. String AI Web Access MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 117,903 of 132,113 servers on MCP Toplist.
Use String AI Web Access MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http web-access https://mcp.usestring.ai/v1/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add web-access -e "STRING_AI_API_KEY=<your STRING_AI_API_KEY>" -- npx -y @usestring/mcpReplace each placeholder with your own value before saving.
[mcp_servers.web-access]
url = "https://mcp.usestring.ai/v1/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.web-access]
command = "npx"
args = ["-y", "@usestring/mcp"]
[mcp_servers.web-access.env]
STRING_AI_API_KEY = "<your STRING_AI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.usestring.ai/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"web-access": {
"command": "npx",
"args": [
"-y",
"@usestring/mcp"
],
"env": {
"STRING_AI_API_KEY": "<your STRING_AI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-access": {
"url": "https://mcp.usestring.ai/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"web-access": {
"command": "npx",
"args": [
"-y",
"@usestring/mcp"
],
"env": {
"STRING_AI_API_KEY": "<your STRING_AI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"web-access": {
"type": "http",
"url": "https://mcp.usestring.ai/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"web-access": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usestring/mcp"
],
"env": {
"STRING_AI_API_KEY": "<your STRING_AI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-access": {
"serverUrl": "https://mcp.usestring.ai/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"web-access": {
"command": "npx",
"args": [
"-y",
"@usestring/mcp"
],
"env": {
"STRING_AI_API_KEY": "<your STRING_AI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-access": {
"url": "https://mcp.usestring.ai/v1/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"web-access": {
"command": "npx",
"args": [
"-y",
"@usestring/mcp"
],
"env": {
"STRING_AI_API_KEY": "<your STRING_AI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.usestring%2Fweb-access)<a href="https://mcptoplist.com/server/ai.usestring%2Fweb-access"><img src="https://mcptoplist.com/badge/ai.usestring%2Fweb-access.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
usestring
Other servers by usestring
View all usestring servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.2 | Aug 7, 2026 |
| 1.2.1 | Jul 14, 2026 |
Frequently asked questions
- Who maintains String AI Web Access MCP Server?
- String AI Web Access MCP Server is maintained by usestring, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is String AI Web Access MCP Server listed on the Official MCP Registry?
- Yes — String AI Web Access MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does String AI Web Access MCP Server have?
- MCP Toplist tracks 2 versions of String AI Web Access MCP Server, most recently published on Aug 7, 2026.
- Where can I find the source code for String AI Web Access MCP Server?
- The source code for String AI Web Access MCP Server is hosted at github.com/usestring/string-ai-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.