MCP server for Listable — let Claude, Cursor, and other AI assistants manage your directory site
MCP server for Listable — let Claude, Cursor, and other AI assistants manage your directory site. That is what the listable mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 14 tools. What each one is for:
Name — listableURL — https://app.get-listable.com/api/v1/external/mcpListable — https://get-listable.comGroup — ToolsProjects — list, get, schema discoveryCategories — full CRUD, category trees, conflict inspectionForms — list, get, create, update, delete; manage form fieldsSettings — menu, scripts, SEO, URL structure, themeRedirects — full CRUDUploads — upload images / files for use in listings and pagesSetup — Paste a URLLISTABLE_API_TOKEN — yesBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: LISTABLE_API_TOKEN, LISTABLE_MCP_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Listable MCP's toolset — Name, URL, Listable and 11 more — is a fair guide to whether it matches your workflow. It is maintained by johnrich85; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Name | listable |
| URL | https://app.get-listable.com/api/v1/external/mcp |
| Listable | <https://get-listable.com> |
| Group | Tools |
| Projects | list, get, schema discovery |
| Categories | full CRUD, category trees, conflict inspection |
| Forms | list, get, create, update, delete; manage form fields |
| Settings | menu, scripts, SEO, URL structure, theme |
| Redirects | full CRUD |
| Uploads | upload images / files for use in listings and pages |
| Setup | Paste a URL |
| LISTABLE_API_TOKEN | yes |
| LISTABLE_MCP_URL | no |
| Cursor | The Cursor tool exposed by this server. |
{
"mcpServers": {
"listable": {
"command": "npx",
"args": ["-y", "listable-mcp"],
"env": {
"LISTABLE_API_TOKEN": "your-value",
"LISTABLE_MCP_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| LISTABLE_API_TOKEN | Credential the server authenticates with. | Yes |
| LISTABLE_MCP_URL | Endpoint or connection string the server talks to. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.