MCP server with developer integrations for Claude Code and Cursor
Project description
Eliminate interruptions for developers
Ask about your work, get instant answers. No more context switching.
Claude Code | Cursor | Commands | Development
Current integrations:
- Git - commits, diffs, code changes
Coming soon:
- Calendar
- Slack
- GitHub PRs & Issues
Install
Claude Code
Run these commands in Claude Code:
/plugin marketplace add quickcall-dev/quickcall-integrations
/plugin install quickcall@quickcall-integrations
MCP only (without plugin)
claude mcp add quickcall -- uvx quickcall-integrations
Update to latest version
/plugin marketplace update quickcall-integrations
/plugin uninstall quickcall
/plugin install quickcall@quickcall-integrations
After updating, restart Claude Code or open a new terminal.
Cursor
Add to your Cursor MCP config (~/.cursor/mcp.json for global, or .cursor/mcp.json for project):
{
"mcpServers": {
"quickcall": {
"command": "uvx",
"args": ["quickcall-integrations"]
}
}
}
Then restart Cursor.
Commands
Claude Code
/quickcall:updates- Get git updates (default: 1 day)/quickcall:updates 7d- Get updates for last 7 days/quickcall:updates 30d- Get updates for last 30 days
Cursor
Ask the AI naturally - it will use the get_updates tool:
- "What did I work on today?"
- "Show me recent commits"
- "What changed in the last week?"
Development
git clone https://github.com/quickcall-dev/quickcall-integrations
cd quickcall-integrations
uv pip install -e .
quickcall-integrations
Deployment
It only triggers on:
- Tags starting with v* (e.g., v0.1.0)
- Manual trigger (workflow_dispatch)
To publish to PyPI:
git tag v0.1.0
git push origin v0.1.0
Or trigger manually from GitHub Actions page.
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 quickcall_integrations-0.1.3.tar.gz.
File metadata
- Download URL: quickcall_integrations-0.1.3.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34484ce9493945ef41b0a545c225ca4b539df6eb415dac14e465c45116bdde7e
|
|
| MD5 |
8248820d548fbc1fcd92fcdf5babf3db
|
|
| BLAKE2b-256 |
2349b83b1f588a7e200c7161a2f6dc0ed8733a5441a83217beb7532b6593678e
|
File details
Details for the file quickcall_integrations-0.1.3-py3-none-any.whl.
File metadata
- Download URL: quickcall_integrations-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b343968d8ab10c0c0e46e5cca3d4d32b14e495e3cda70eed2a117d25b955532f
|
|
| MD5 |
b7375a09d222ce4744354e0ea3b5a090
|
|
| BLAKE2b-256 |
483a15f691486f5a2b5ef59ff5f36dd145a9c028c4b228edab0d8abdc129ccd0
|