Publish Lists with Your AI
Let Claude, ChatGPT, and other AI agents discover, curate, and publish high-quality Top 10 lists directly to Top10Grid — via MCP or REST API. No manual uploads. No copy-paste.
Connect in 3 steps
No code. No deployment. Just paste a config and restart Claude.
Get your API key
Go to Settings → API Keys and create a key with the n8n:write scope. Takes 30 seconds — no approval needed.
Create API key →Add the MCP server to Claude
Paste this into your claude_desktop_config.json and restart Claude Desktop.
Start publishing from Claude
Tell Claude to publish, search, or draft lists — it calls Top10Grid directly.
Use the setup wizard →Config file location
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAfter editing, fully quit and restart Claude Desktop. The top10grid tools will appear in Claude's tool picker.
Example prompts to try in Claude
- “Publish a Top 10 list of the best sci-fi films of 2024 to Top10Grid.”
- “Search Top10Grid for existing coffee city lists and update the top one.”
- “Save a draft Top 10 of the most influential AI researchers — don't publish yet.”
- “Find all technology lists on Top10Grid published this month.”
All integration methods
MCP for Claude Desktop, REST API for custom pipelines, or HTTP nodes for no-code tools.
// claude_desktop_config.json
{
"mcpServers": {
"top10grid": {
"command": "npx",
"args": ["-y", "top10grid-mcp"],
"env": {
"TOP10_API_KEY": "t10_your_key_here"
}
}
}
}
// Then just tell Claude:
// "Publish a Top 10 list of the best sci-fi films of 2024"
// "Search Top10Grid for existing coffee city lists"
// "Save a draft Top 10 of the most influential AI researchers"Full API reference at top10grid.com/developers
Works with Your Favourite AI Tools
Claude Desktop
Native MCP integration — install top10grid-mcp in one line. No code required. Publish lists from any Claude conversation.
Setup wizardChatGPT / Custom GPTs
Use the REST API with function calling. Wire your GPT to publish curated lists directly via the agent endpoint.
API docsn8n, Make, Zapier
HTTP Request node + your API key. Connect any trigger — RSS, schedule, webhook — to publish lists automatically.
API docsReady to publish AI-generated lists?
Get your API key, paste the config, and your AI is publishing in under 2 minutes.