taita-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taita-mcp-serverlist all my published posts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Taita MCP Server
MCP server for the Taita Blog API. Manage blog posts from Claude Desktop, Claude Code, or any MCP-compatible client.
Setup
1. Get an API Key
Create one from the Taita CMS or via the API:
curl -X POST https://backend.taita.blog/api/api-keys \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Claude Agent"}'2. Install
cd taita-mcp-server
npm install3. Configure
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"taita": {
"command": "node",
"args": ["/absolute/path/to/taita-mcp-server/index.js"],
"env": {
"TAITA_API_KEY": "tb_live_your_key_here",
"TAITA_API_URL": "https://backend.taita.blog/api/v1"
}
}
}
}Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"taita": {
"command": "node",
"args": ["/absolute/path/to/taita-mcp-server/index.js"],
"env": {
"TAITA_API_KEY": "tb_live_your_key_here",
"TAITA_API_URL": "https://backend.taita.blog/api/v1"
}
}
}
}Related MCP server: Halo MCP Server
Available Tools
Tool | Description |
| Create a new blog post (title, content, category, tags, status) |
| List posts with optional status filter and pagination |
| Get a single post by slug (includes full content) |
| Update an existing post's title, content, status, tags, etc. |
| Permanently delete a post by slug |
| List all blog categories |
| List all blog tags |
Example Usage
Once configured, you can ask Claude:
"Create a blog post about the future of AI in education"
"List all my published posts"
"Update the post 'my-first-post' to published status"
"What categories do I have?"
Environment Variables
Variable | Required | Default | Description |
| Yes | - | Your Taita Blog API key ( |
| No |
| API base URL |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceManage your Ghost blog content directly from Claude, Cursor, or any MCP-compatible client, allowing you to create, edit, search, and delete posts with support for tag management and analytics.Last updated42MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Halo blog systems through natural language, supporting article creation/editing/publishing, categories, tags, attachments, and includes 10 AI writing prompts for content optimization and SEO.Last updated17MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with the Google Blogger API v3 to manage blog posts and metadata. It supports the full post lifecycle including creating, updating, publishing, and deleting content through natural language.Last updated1019MIT
- FlicenseAqualityDmaintenanceEnables AI clients to manage Hexo blogs by providing tools for article CRUD operations, local previewing, and GitHub Pages deployment. It also supports site configuration access and automated Git backups to streamline the entire blogging workflow.Last updated121
Related MCP Connectors
Read, edit, publish, and preview your pepita websites from Claude.
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/carlosvidal/taita-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server