Model Context Protocol (MCP) implementation for Everysk.
Project description
Clone and set up the MCP server
This installs the server in the Desktop. Please check folder names mcp and mcp-server are available.
cd ~/Desktop
git clone git@github.com:Everysk/mcp.git
mv mcp mcp-server
cd mcp-server
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Setup environment variables
Create a .env file in the mcp-server directory with the following content:
EVERYSK_API_URL_DOMAIN=dev-api-pm2pps2oia-uc.a.run.app
EVERYSK_API_SID=...
EVERYSK_API_TOKEN=...
If using the PROD environment, you can skip the EVERYSK_API_URL_DOMAIN.
Configure the MCP server
Use command below or navigate to the file manually to edit the configuration.
open /Users/<USERNAME>/Library/Application\ Support/Claude/claude_desktop_config.json
Replace any existing content with the following configuration, ensuring to replace {...} with the actual path to your MCP server directory:
{
"mcpServers": {
"Everysk MCP Server": {
"command": "{...}/mcp-server/.venv/bin/mcp",
"args": ["run", "{...}/mcp-server/server.py"]
}
}
}
Debugging
mcp dev server.py
Project details
Release history Release notifications | RSS feed
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 everysk_mcp-0.1.74.tar.gz.
File metadata
- Download URL: everysk_mcp-0.1.74.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8262d488ab319b190768a0fd428ee6cf01063bdff8e6913721e908a2eac0f263
|
|
| MD5 |
d6c04f802d4dbb5a2413110c8208833c
|
|
| BLAKE2b-256 |
4947782c39434a8b0146d5deb72105809a8c08ed0600686e172a0ae99f958500
|
File details
Details for the file everysk_mcp-0.1.74-py3-none-any.whl.
File metadata
- Download URL: everysk_mcp-0.1.74-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a387b09a19a006bfcdb6edeb8c8550cfcbf85fbf10e4c5a28a4ea449e2939bcc
|
|
| MD5 |
bb5e059f4a771f712847bdd743408fd1
|
|
| BLAKE2b-256 |
b131036293b5722a5bd622aea4f0cec9538187e2ad4117d48592f69662b58d9f
|