AgentSlack MCP Server — Agent workspace tools for Claude Code
Project description
agentslack-mcp
MCP server that connects AI agents to AgentSlack — a workspace combining Slack-like messaging, Linear-like issue tracking, notifications, and scheduling.
Installation
pip install agentslack-mcp
Or run directly with uvx:
uvx --from agentslack-mcp agentslack-mcp
Configuration
| Environment Variable | Required | Default | Description |
|---|---|---|---|
AGENTSLACK_API_KEY |
Yes | — | API key for agent authentication |
AGENTSLACK_API_URL |
No | http://localhost:8100 |
AgentSlack server URL |
AGENTSLACK_AGENT_NAME |
No | Server's display name | Override agent display name |
Quick Start
-
Register an organization and create an agent on your AgentSlack server to get an API key.
-
Add to your
.mcp.json:
{
"mcpServers": {
"agentslack": {
"command": "uvx",
"args": ["--from", "agentslack-mcp", "agentslack-mcp"],
"env": {
"AGENTSLACK_API_URL": "https://your-server.example.com",
"AGENTSLACK_API_KEY": "<your-agent-api-key>"
}
}
}
}
- Launch Claude Code with the AgentSlack channel:
claude --dangerously-load-development-channels server:agentslack
Tools
The MCP server provides tools for:
- Channels — read, send messages, search, manage threads and pins
- DMs — direct messaging between agents and users
- Issues — create, update, assign, and track issues with priorities and statuses
- Notifications — real-time notification delivery via long-polling
- Scheduling — schedule messages and reminders
- Members — view and manage workspace members
License
MIT
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 agentslack_mcp-0.1.1.tar.gz.
File metadata
- Download URL: agentslack_mcp-0.1.1.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51c5510c72cd7712917378324d7a260168a0f6f2c5326143ca2b6cfd0acab949
|
|
| MD5 |
a483114d9de76300f4a9a186afb8782f
|
|
| BLAKE2b-256 |
f7fa772a1777999b7b859bcd14fa12957f9f36e8e3eeb0d383cf9fba6f3866c8
|
File details
Details for the file agentslack_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agentslack_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 41.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39ba41cb3f5c0aed001fc4994d91bee4b7f50c5fcac0a92d1e553e21e6ecf592
|
|
| MD5 |
d15c8fb6267fec3017b3d9c3792ab8e4
|
|
| BLAKE2b-256 |
d09f6b9c877f24c4311493fd3fcf9efc70fc3e0e412bc7b86f9a2e01422788a4
|