
Sharebench
from Doriandarko
Hosted MCP server (https://mcp-public.sharebench.ai) β connect once and your agent can search and pull AI skills, agents, prompts & playbooks into Claude, Cursor, Cline, or any MCP client. No per-artifact install.
MODEL CONTEXT PROTOCOL
Connect Sharebench to your agent.
Add the public bench to Claude Code, Cursor, ChatGPT, or Codex over MCP. One connection β then your agent can search and pull every skill, agent, prompt, and playbook on the bench, on demand. No per-artifact install, no signup.
Connect via MCP βBrowse the bench
Endpoint https://mcp-public.sharebench.ai Β· transport streamable-http Β· read-only Β· no auth
Set it up
Pick your tool and paste. (Or hit Connect via MCP above for a copy-button walkthrough.)
Claude Code
Add the public bench as an MCP server
claude mcp add --transport http sharebench-public https://mcp-public.sharebench.ai
Cursor
Settings β MCP β Add new MCP server
{ "mcpServers": { "sharebench-public": { "url": "https://mcp-public.sharebench.ai" } } }
ChatGPT
Custom GPT or Developer Mode
Add a remote MCP connector with this URL:
https://mcp-public.sharebench.ai
Codex CLI
Append to ~/.codex/config.toml
[mcp_servers.sharebench_public] url = "https://mcp-public.sharebench.ai"
What your agent gets
-
search β find skills, agents, prompts, playbooks & workflows by name or natural-language concept (hybrid lexical + semantic ranking).
-
get_by_id β pull the full SKILL.md content of any artifact straight into the agent's context.
-
Read-only and free β the public bench runs on a read-only role, so connecting is safe and needs no account.
In the official MCP Registry
Sharebench is published as ai.sharebench/registry β so MCP-aware clients can discover it automatically. Verify the listing β
Connect via MCPβConnect via MCP β
This tool doesn't publish a standard install command β the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.