@tailor-platform/tailor-mcp
@tailor-platform
About @tailor-platform/tailor-mcp
The tailorctl command-line utility, with a focus on MCP (Model Context Protocol) server functionality.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tailor-mcp": {
"command": "npx",
"args": [
"@tailor-platform/tailor-mcp",
"auth",
"login"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @tailor-platform/tailor-mcp?
This npm package automatically installs the tailorctl command-line utility and provides MCP server functionality for Tailor Platform, a headless ERP platform. It enables LLM clients to manage resources and query data via GraphQL.
How to use @tailor-platform/tailor-mcp?
Authenticate using npx @tailor-platform/tailor-mcp auth login or set the TAILOR_TOKEN environment variable with a Personal Access Token. Configure an MCP server for LLM clients (e.g., Claude, Cline) in JSON with command npx, args ["-y", "@tailor-platform/tailor-mcp", "mcp"], and the token in env. Alternatively, start with HTTP transport via npx tailorctl mcp --transport=http --listen=0.0.0.0:9000.
Key features of @tailor-platform/tailor-mcp
- Automatically installs the appropriate tailorctl binary for your platform.
- Supports macOS, Linux, and Windows (x86_64 and arm64).
- Provides
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments