Official Tip4Serv MCP Server: let ChatGPT, Claude, Cursor and AI agents manage stores, products, customers and e-commerce through natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tip4serv-mcp-server": {
"command": "npx",
"args": [
"-y",
"Tip4Serv/Tip4Serv-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add tip4serv-mcp-server npx -y Tip4Serv/Tip4Serv-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tip4serv-mcp-server": {
"command": "npx",
"args": [
"-y",
"Tip4Serv/Tip4Serv-MCP-Server"
]
}
}
}