@flexprice/mcp-server
Freeby MCP Community
A Model Context Protocol (MCP) server that exposes the flexprice API as tools for AI assistants (e.g. Claude, Cursor, VS Code, Windsurf). Use it to manage custo
v2.1.2Added Apr 12, 2026
@flexprice/mcp-server MCP Server
A Model Context Protocol (MCP) server that exposes the flexprice API as tools for AI assistants (e.g. Claude, Cursor, VS Code, Windsurf). Use it to manage custo
Installation
Reviews
Installation
Quick install
npx -y @flexprice/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@flexprice/mcp-server": {
"command": "npx",
"args": ["-y", "@flexprice/mcp-server"]
}
}
}