Paste a ChatGPT, Claude, or Gemini share link and get the whole conversation as Markdown. An MCP server for the links your agent's web-fetch tool returns empty.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"shared_url_mcp": {
"command": "npx",
"args": [
"-y",
"AbdoKnbGit/shared_url_mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add shared_url_mcp npx -y AbdoKnbGit/shared_url_mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"shared_url_mcp": {
"command": "npx",
"args": [
"-y",
"AbdoKnbGit/shared_url_mcp"
]
}
}
}
📋 Copy