MCP Server for the Qonto API.
Project description
Qonto-MCP-Server
MCP Server for the Qonto API.
Supported API methods
|
|
|
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run qonto-mcp-server.
Using PIP
Alternatively you can install qonto-mcp-server via pip:
pip install qonto-mcp-server
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
- Note: For details on how to obtain
API_LOGINandAPI_SECRET_KEYvalues, see the Qonto API key docs.
Using uvx
"mcpServers": {
"qonto-mcp-server": {
"command": "uvx",
"args": ["qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
}
}
Using pip installation
"mcpServers": {
"git": {
"command": "python",
"args": ["-m", "qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qonto_mcp_server-0.1.1.tar.gz
(387.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qonto_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: qonto_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 387.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23a2a7a7fd0c4816af6dd9e5689be238242406f21c74994a34b02c6366161311
|
|
| MD5 |
99b3c35b7cbabe0a4c34cbc15c2d85b8
|
|
| BLAKE2b-256 |
3648d28e4b8faa694b92e0b7efae14320cabda33bc3019df0cf26b1aab3c521e
|
File details
Details for the file qonto_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: qonto_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
221748eebbb7db90dd37002ca4467eb244c1b93e4f6722b625ac15799a38efba
|
|
| MD5 |
8f95d8af9c0a933c355a992efa2ea946
|
|
| BLAKE2b-256 |
9f27effd064ad29c06192a46291861c1e96990bb0110d8fe9aa87b33ba78a579
|