
agentcraft mcp
AgentCraft MCP Server
Repository Info
About This Server
AgentCraft MCP Server
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
AgentCraft MCP Server
Overview
AgentCraft is a partner product of Crafted™. Our AI Agent framework allows you to deploy intelligent agents that understand, learn, and evolve with your business needs. It provides premade and custom AI agents for enterprises, ensuring secure and scalable solutions.
This MCP server integrates with AgentCraft, allowing AI Agents to interact and exchange data securely.
Features
- Secure AI agent communication and data exchange.
- Supports premade and custom AI agents.
- Scalable and enterprise-ready architecture.
- Supports Windsurf MCP client.
- Example integrations for Cline and 5ire MCP clients.
Installation
Using Distributed pip (Recommended)
pip install agentcraft-mcp
Using pip
pip install -e .
pip list | grep agentcraft-mcp
If agentcraft-mcp isn't listed, reinstall using:
Then, run:
python -m agentcraft_mcp.server
Configuration
Usage with Claude Desktop Add this to your claude_desktop_config.json:
{
"mcpServers": {
"AgentCraft": {
"command": "python",
"args": [
"-m",
"agentcraft_mcp.server"
],
"env": {
"AGENTCRAFT_BEARER_TOKEN": "Your AgentCraft Bearer Token for authorization",
"ENVIRONMENT": "PRODUCTION"
}
}
}
}
Available Tools
- send_agent_data Description: Send data to an agent.
Input:
{
"prompt": "Your message here"
}
- receive_agent_data Description: Receive data from an agent. Input:
{
"query": "Your query",
"tracking_key": "Your tracking key",
"response_type": "markdown"
}
- get_available_agents Description: Get a list of available agents.
Input: None
License
AgentCraft MCP Server is licensed under Crafted company.
Contact
For more information, visit AgentCraft GitHub website or we-crafted.com website.
Quick Start
Clone the repository
git clone https://github.com/seyhunak/agentcraft-mcpInstall dependencies
cd agentcraft-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.