{"id":50527898,"url":"https://github.com/bludit/bludit-mcp","last_synced_at":"2026-06-03T09:31:39.555Z","repository":{"id":356981151,"uuid":"1233892922","full_name":"bludit/bludit-mcp","owner":"bludit","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-10T18:13:34.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-10T20:18:03.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bludit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-09T13:41:29.000Z","updated_at":"2026-05-10T17:25:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bludit/bludit-mcp","commit_stats":null,"previous_names":["bludit/bludit-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bludit/bludit-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bludit%2Fbludit-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bludit%2Fbludit-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bludit%2Fbludit-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bludit%2Fbludit-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bludit","download_url":"https://codeload.github.com/bludit/bludit-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bludit%2Fbludit-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33858571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-03T09:31:37.698Z","updated_at":"2026-06-03T09:31:39.545Z","avatar_url":"https://github.com/bludit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bludit-mcp\n\nMCP server for [Bludit CMS](https://www.bludit.com). Lets any MCP-compatible AI client (Claude Desktop, Gemini CLI, Cursor, Zed, Windsurf, Continue.dev, and others) read and write Bludit pages over the HTTP API.\n\n## Requirements\n\n- Node.js 18+.\n- Bludit 3.22.0+ with the API plugin enabled.\n- Bludit's API token.\n- Bludit's user AUTH token.\n\n## Environment variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `BLUDIT_URL` | yes | Site root, e.g. `https://www.example.com`. No trailing slash needed |\n| `BLUDIT_API_TOKEN` | yes | Admin Panel → Plugins → API → Settings → API token |\n| `BLUDIT_AUTH_TOKEN` | yes | The user's authentication token. Admin Panel → Users → admin → Security tab → Token |\n\n## Install it on Claude Desktop\n\n### 0. Install Claude Desktop on your PC.\n\n- https://code.claude.com/docs/en/desktop\n\n### 1. Open the Developer settings\n\nIn Claude Desktop, go to **Settings → Developer** and click **Edit Config**, then edit the file `claude_desktop_config.json`.\n\n\u003cimg width=\"1312\" height=\"912\" alt=\"Claude Desktop\" src=\"https://github.com/user-attachments/assets/337ab3df-5767-4668-9d26-cfed13babbc1\" /\u003e\n\n\u003cimg width=\"1312\" height=\"912\" alt=\"Claude Desktop Developer settings\" src=\"https://github.com/user-attachments/assets/d8914d5c-6cfb-438d-b179-316ba326b424\" /\u003e\n\n### 2. Add the Bludit entry and save\n\nAdd the Bludit server inside the `mcpServers` block, then save the file and restart Claude Desktop.\n\n```json\n{\n  \"mcpServers\": {\n    \"bludit\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"bludit-mcp\"],\n      \"env\": {\n        \"BLUDIT_URL\": \"https://www.example.com\",\n        \"BLUDIT_API_TOKEN\": \"...\",\n        \"BLUDIT_AUTH_TOKEN\": \"...\"\n      }\n    },\n    ...\n  },\n  \"preferences\": {\n    \"coworkScheduledTasksEnabled\": true,\n    ...\n  }\n}\n```\n\n\u003cimg width=\"1192\" height=\"795\" alt=\"Editing claude_desktop_config.json\" src=\"https://github.com/user-attachments/assets/f89da75d-b99b-42dd-a72a-7b01d5fe60da\" /\u003e\n\n### 3. Verify the server is running\n\nAfter restarting Claude Desktop, the Bludit MCP should appear in the **Running** state.\n\n\u003cimg width=\"1312\" height=\"912\" alt=\"Bludit MCP shown as Running\" src=\"https://github.com/user-attachments/assets/fb3a6ddc-f089-4ebf-b771-5ea52a0f0d19\" /\u003e\n\n### 4. Try it out\n\nAsk any question related to pages. You can create, edit, delete, or just list them.\n\n- List existing pages: *What pages do I currently have on my blog?*\n- Brainstorm + Create: *I'm a travel writer and I need a catchy title and intro paragraph for a post about slow travel in rural Spain. Create a new draft page with it.*\n- Edit / refine: *That intro is good but too formal. Rewrite it with a more casual, personal tone and update the page.*\n- Delete: *That was just a draft, I don't need it anymore — delete the 'Salt and Sun' page.*\n\n## Install on Claude Code CLI\n\n```bash\nclaude mcp add bludit \\\n  -e BLUDIT_URL=https://www.example.com \\\n  -e BLUDIT_API_TOKEN=... \\\n  -e BLUDIT_AUTH_TOKEN=... \\\n  -- npx -y bludit-mcp\n```\n\nCheck if the MCP is running\n```bash\nclaude mcp list\n\n...\nbludit: npx -y bludit-mcp - ✓ Connected\n```\n\n## Install on Gemini CLI\n\n```\ngemini mcp add bludit npx -y bludit-mcp \\\n  -e BLUDIT_URL=https://www.example.com \\\n  -e BLUDIT_API_TOKEN=... \\\n  -e BLUDIT_AUTH_TOKEN=...\n```\n\nCheck if the MCP is running\n```\ngemini mcp list\n\nConfigured MCP servers:\n✓ bludit: npx -y bludit-mcp (stdio) - Connected\n```\n\n## Tools\n\n| Tool | Description | Auth |\n|------|-------------|------|\n| `list_pages` | List pages with filters (`published`, `draft`, `static`, `sticky`, `scheduled`, `untagged`) and pagination. | API token |\n| `get_page` | Get a single page by key. | API token |\n| `create_page` | Create a new page. Returns the full page object. | API + auth |\n| `edit_page` | Edit a page. Pass only the fields you want to change. | API + auth |\n| `delete_page` | Delete a page by key. | API + auth |\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbludit%2Fbludit-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbludit%2Fbludit-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbludit%2Fbludit-mcp/lists"}