Community MCP Server: Peliqan
For more info, visit https://peliqan.io/mcp.
Set up the connection to your Peliqan acount.
Create a configuration file named peliqan_config.json in your home folder:
{
"account_id": 1234,
"api_token": "xxx"
}
Or add the environment variables:
pip install mcp-server-peliqan
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"peliqan":...