ChartMogul's MCP server
Project description
ChartMogul's MCP Server
Usage
-
Open the Claude Desktop configuration file located at:
- On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows:
%APPDATA%/Claude/claude_desktop_config.json
- On macOS:
-
Add the following:
{
"mcpServers": {
"mcp-chartmogul": {
"command": "uv",
"args": [
"--directory",
"/path/to/your/local/chartmogul-mcp-server",
"run",
"main.py"
],
"env": {
"CHARTMOGUL_TOKEN": "<YOUR-CHARTMOGUL-TOKEN>"
}
}
}
}
-
Run
which uvto locate the command entry foruvand replace it with the absolute path to theuvexecutable. -
Restart Claude Desktop to apply the changes.
Development
-
Run
cp example.env .envin the root of the repository to create a.envfile. -
Update it with the following env variables.
CHARTMOGUL_TOKEN=<YOUR-CHARTMOGUL-TOKEN>
-
Install
uvby following the instructions here. -
Run
uv syncto install the dependencies. -
Run
source .venv/bin/activateto activate the created virtual environment. -
Run
mcp dev main.py:cm_mcpto start the development MCP server. This command will need Node.js and npm installation. -
Inspect and connect to the MCP server at http://127.0.0.1:6274
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
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 chartmogul_mcp_server-0.2.0.tar.gz.
File metadata
- Download URL: chartmogul_mcp_server-0.2.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb2b2fd1d50d3c2ba546c594feb77f4217173dd9c065b9dfdef2a46241523006
|
|
| MD5 |
39fa2b398f100953459ad21f17a6cf6b
|
|
| BLAKE2b-256 |
fdd1b792865722527ee47d9498519373fd336a9a3a44e713774290c777dab44f
|
File details
Details for the file chartmogul_mcp_server-0.2.0-py3-none-any.whl.
File metadata
- Download URL: chartmogul_mcp_server-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb69addc7c61445769b9d74c0fe905f47303333f53233dc43200929fbf94a0a6
|
|
| MD5 |
6fdc04f0be0a680c90c7b1f77fd83588
|
|
| BLAKE2b-256 |
7fc7e026f0c69a8104b7f2d1679841b5fdce455bc141c4f6e04146578a691ffb
|