drio
Open app

AgentCraft MCP Server

Source

AgentCraft MCP Server

Catalog onlyCatalog onlySTDIO

Overview

AgentCraft MCP Server is a framework that allows enterprises to deploy intelligent AI agents that can understand, learn, and evolve with business needs. It facilitates secure communication and data exchange between AI agents.

To use the AgentCraft MCP Server, install it via pip and configure it with your desired settings. You can send and receive data from agents using the provided tools.

  • Secure communication for AI agents. - Support for both premade and custom AI agents. - Scalable architecture suitable for enterprise use. - Integration with Windsurf MCP client and examples for Cline and 5ire MCP clients.
  1. Deploying AI agents for customer support.
  2. Automating data processing tasks in enterprises.
  3. Facilitating secure data exchange between different AI systems.

Add to your AI client

Use these steps to connect AgentCraft MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "agentcraft-mcp-seyhunak": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentcraft-mcp-seyhunak"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "agentcraft-mcp-seyhunak": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentcraft-mcp-seyhunak"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "agentcraft-mcp-seyhunak": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentcraft-mcp-seyhunak"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "agentcraft-mcp-seyhunak": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentcraft-mcp-seyhunak"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "agentcraft-mcp-seyhunak": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentcraft-mcp-seyhunak"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "agentcraft-mcp-seyhunak": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentcraft-mcp-seyhunak"
      ]
    }
  }
}

FAQ

What programming language is AgentCraft MCP Server built with?

AgentCraft MCP Server is built using Python.

Is there a license for using AgentCraft MCP Server?

Yes, it is licensed under the Crafted company.

How can I contact support for AgentCraft MCP Server?

For more information, visit the AgentCraft GitHub website or the we-crafted.com website.