pypi chanty-mcp-serverstdioupdated 8mo ago
A Model Context Protocol (MCP) server for integrating Chanty with GenAI applications.
Chanty で何ができる?
Chanty MCP Server
Chanty Mcp Server
A Model Context Protocol (MCP) server for integrating Chanty with GenAI applications.
Overview
Team collaboration and communication platform
Features
- Comprehensive Chanty API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
Installation
pip install chanty-mcp-server
Or install from source:
git clone https://github.com/asklokesh/chanty-mcp-server.git
cd chanty-mcp-server
pip install -e .
Configuration
Create a .env file or set environment variables according to Chanty API requirements.
Quick Start
from chanty_mcp import ChantyMCPServer
# Initialize the server
server = ChantyMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details
インストール
Chanty をクライアントに追加します。お使いのものを選んでください。
claude mcp add chanty-mcp-server -- uvx chanty-mcp-servercodex mcp add chanty-mcp-server -- uvx chanty-mcp-serveramp mcp add chanty-mcp-server -- uvx chanty-mcp-server{
"mcpServers": {
"chanty-mcp-server": {
"command": "uvx",
"args": [
"chanty-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"chanty-mcp-server": {
"command": "uvx",
"args": [
"chanty-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"chanty-mcp-server","command":"uvx","args":["chanty-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"chanty-mcp-server": {
"command": "uvx",
"args": [
"chanty-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"chanty-mcp-server": {
"command": "uvx",
"args": [
"chanty-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"chanty-mcp-server": {
"command": "uvx",
"args": [
"chanty-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"chanty-mcp-server": {
"type": "local",
"command": "uvx",
"args": [
"chanty-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"chanty-mcp-server": {
"command": {
"path": "uvx",
"args": [
"chanty-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
uvx chanty-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス9/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 244 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.0最新 | 2025年12月31日 |