Kraviona Admin MCP Server
Enables Claude to directly control the Kraviona.com admin panel, including blog posts, leads, messages, and more.
README
Kraviona Admin MCP Server
Claude se seedha kraviona.com ka admin panel control karo.
Kya kya kar sakte ho Claude se:
- 📝 Blog posts create / update / delete
- 📊 Dashboard analytics dekhna
- 🎯 Leads track aur update karna
- 💬 Messages read aur reply status update
- 🗂️ Categories manage karna
- 👥 Team members manage karna
- 📧 Newsletter subscribers dekhna
- 💬 Comments moderate karna
Setup Steps
Step 1 — Files apne system pe rakho
git clone / ya zip extract karo
cd kraviona-mcp
npm install
Step 2 — .env file banao
cp .env.example .env
Phir .env file mein apna email aur password daalo.
Step 3 — Claude Desktop Config update karo
Windows path:
C:\Users\<YourName>\AppData\Roaming\Claude\claude_desktop_config.json
Mac path:
~/Library/Application Support/Claude/claude_desktop_config.json
Is config mein yeh add karo:
{
"mcpServers": {
"kraviona-admin": {
"command": "node",
"args": ["C:/FULL/PATH/TO/kraviona-mcp/index.js"],
"env": {
"KRAVIONA_API_URL": "https://api.kraviona.com/api/v1",
"KRAVIONA_EMAIL": "your-email@kraviona.com",
"KRAVIONA_PASSWORD": "yourpassword"
}
}
}
}
⚠️ Windows mein path mein forward slash
/use karo, backslash nahi
Step 4 — Claude Desktop restart karo
Bas! Ab Claude se directly bol sako:
- "Mere saare leads dikao"
- "Ek naya blog post banao MERN stack ke baare mein"
- "Dashboard analytics dikhao"
- "Is lead ka status 'contacted' karo"
Available Tools (24 total)
| Category | Tools |
|---|---|
| Dashboard | get_dashboard |
| Posts/Blog | get_posts, get_single_post, create_post, update_post, delete_post |
| Leads | get_leads, get_lead, update_lead, delete_lead |
| Messages | get_messages, get_message, update_message, delete_message |
| Categories | get_categories, create_category, delete_category |
| Newsletter | get_subscribers, delete_subscriber |
| Comments | get_comments, update_comment, delete_comment |
| Team | get_team, create_team_member, update_team_member, delete_team_member |
| Users | get_users |
mcp-kraviona
mcp-kraviona.com
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.