list_blogs — polyblog MCP Tool Read-only
list_blogs
(list blogs) is one of 18 tools on the
polyblog
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_blogs from your client
- Claude Code polyblog list_blogs run in your project directory
- Claude Desktop polyblog list_blogs ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor polyblog list_blogs ~/.cursor/mcp.json
- VS Code polyblog list_blogs .vscode/mcp.json
- Zed polyblog list_blogs ~/.config/zed/settings.json
- Windsurf polyblog list_blogs ~/.codeium/windsurf/mcp_config.json
- Cline polyblog list_blogs ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI polyblog list_blogs ~/.gemini/settings.json
- Grok polyblog list_blogs .mcp.json (in your project root)
- ChatGPT polyblog list_blogs Settings → Connectors → Advanced → Developer mode
- Claude.ai polyblog list_blogs Settings → Connectors → Add custom connector
- LangChain polyblog list_blogs pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http polyblog https://mcp.polyblog.io/mcp
Other tools on this server
- search_articles
- get_article
- list_article_translations
- create_article
- update_article
- delete_article
- generate_article
- get_blog
- get_blog_localization_summary
- create_blog
- get_sitemap_urls
- refresh_topic_ideas
- list_topic_ideas
- set_topic_idea_status
- set_topic_sources
- show_blog_overview
- show_article_preview
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.