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.
Latest Blog Posts
- 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