Skills
Skill 10 of 14
Use when verifying, using, or troubleshooting the anonymous Parallel Search MCP server bundled with this plugin — when the user installs the plugin, says “set up Parallel Search”…
4 minutes · 876 words · 8 sections
Install
npx skills add parallel-web/parallel-agent-skills --skill parallel-search-setupnpx skills add parallel-web/parallel-agent-skills/plugin marketplace add parallel-web/parallel-agent-skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
This plugin bundles one remote MCP server, parallel-search, at
https://search.parallel.ai/mcp. It is anonymous and needs no setup: no API
key, no OAuth, no environment variables, no parallel-cli. It provides two
tools:
web_search — ranked results with answer-ready excerptsweb_fetch — token-efficient markdown for specific URLsThe plugin’s other skills are CLI-backed and do require parallel-cli to be
installed, authenticated, and funded. Those are a separate concern; see
parallel-cli-setup. Nothing in this skill depends on the CLI.
Installing with parallel-cli skills install or Codex’s skill installer does
not register the MCP server. Before verification, check the current client’s
registered servers. If absent, add the anonymous endpoint to that client:
claude mcp add --scope user --transport http parallel-search https://search.parallel.ai/mcpcodex mcp add parallel-search --url https://search.parallel.ai/mcphttps://search.parallel.ai/mcp with Streamable
HTTP transport and no authorization header.Reload or restart the client if needed, then verify below.
After install, confirm the server works rather than assuming it does:
web_search call with a simple objective and query (for example,
objective: "Find the official Parallel Search API documentation" and
search_queries: ["Parallel Search API documentation"]).Do not ask the user for credentials. The bundled server has none.
web_search for factual, current-information,
comparison, documentation, and troubleshooting questions.web_search
call via search_queries instead of chaining calls.web_fetch when the user asked about a
specific URL or page, when exact wording or quotes are required, when
full-page analysis is needed, or when excerpts conflict or are clearly
insufficient. Multiple related URLs can go in one call with a shared
objective.The anonymous tier is rate limited and intended for personal agents, hobby projects, and exploration. Two things to know:
When the user hits 429s repeatedly, asks about limits, wants usage analytics, or is building a production workload, explain the options rather than retrying into the limit:
/mcp or OAuth through
/mcp-oauth. Usage is attributed to the account and authenticated search
overrides are honored.parallel-cli via this plugin’s other skills. Start with
parallel-cli-setup.parallel-mcp-setup.Keep the plugin-provided server anonymous; do not edit the installed plugin’s
.mcp.json. For authenticated access, add a separate user-scoped connection.
Ask which authentication method the user prefers before configuring it:
https://search.parallel.ai/mcp-oauth as an HTTP server named
parallel-search-auth in the current client. In Claude Code, run
claude mcp login parallel-search-auth or complete sign-in from /mcp.
In Codex, run codex mcp login parallel-search-auth if needed. For other clients,
complete their OAuth sign-in flow.parallel-search-auth at
https://search.parallel.ai/mcp and set
Authorization: Bearer ${PARALLEL_API_KEY} from the user’s environment. Do
not paste or commit the key in a plugin or project file.In Claude Code, after the authenticated connection succeeds, open /mcp and make sure only one
Parallel Search connection is enabled. Recent Claude Code versions deduplicate
connections to the same endpoint by precedence, but /mcp-oauth is a distinct
endpoint and older clients may show both. If both are active, toggle the
plugin-provided anonymous parallel-search server off; do not uninstall the
plugin, because its skills remain useful.
In Codex, disable the bundled anonymous server by setting enabled = false
under [plugins."<installed-plugin-key>".mcp_servers.parallel-search] in
~/.codex/config.toml, using the actual installed plugin key. For a manually
registered anonymous server, use [mcp_servers.parallel-search] instead.
Reload or restart Codex if needed. Other clients should use their MCP settings
to disable the anonymous connection.
Never modify the user’s MCP or plugin configuration without telling them what will change, and never touch unrelated MCP servers.
| Symptom | Cause | Fix |
|---|---|---|
| HTTP 429 | Free-tier rate limit reached | Wait and retry, reduce query volume, or move to an authenticated account (see above) |
| HTTP 401 on bundled server | The plugin configuration was changed or routed to an auth-required endpoint | Restore the bundled server to anonymous https://search.parallel.ai/mcp with no authorization header |
| HTTP 401 on authenticated server | The API key or OAuth session is missing, invalid, or expired | Refresh the key or re-authenticate parallel-search-auth; do not fall back silently to anonymous access |
| Tools not listed | Server absent or disabled | Register it using Skills-only installation above if absent; otherwise enable it in the current client’s MCP settings, then restart |
| Duplicate tools | Both anonymous and authenticated connections are enabled | Verify the authenticated connection works, then disable the anonymous server using the client-specific steps above |
| Empty or irrelevant results | Query too narrow or too long | Rewrite as two or three shorter queries and pass them together in one call |
Use of this server is subject to the Parallel Customer Terms (opens in a new tab) and Privacy Policy (opens in a new tab).
Use when verifying, using, or troubleshooting the anonymous Parallel Search MCP server bundled with this plugin — when the user installs the plugin, says "set up Parallel Search", "Parallel search isn't working", hits 429 rate limits from Parallel, or asks how to get higher limits. Also covers how to use the web_search and web_fetch tools the bundled server provides. For an authenticated gateway deployment use parallel-mcp-setup; for the CLI-backed skills use parallel-cli-setup.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 22 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Parallel Web Systems, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./parallel-web/parallel-agent-skills.md, and each skill at its own .md URL.