Wekan Mcp
@namar0x0309
关于 Wekan Mcp
MCP server for https://github.com/wekan/wekan!
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wekan-username": {
"command": "node",
"args": [
"dist/server.js"
],
"env": {
"WEKAN_BASE_URL": "https://wekan.namar0x0309.com",
"WEKAN_USERNAME": "username",
"WEKAN_PASSWORD": "password!"
},
"transport": "stdio"
},
"wekan": {
"command": "node",
"args": [
"dist/server.js"
],
"env": {
"WEKAN_BASE_URL": "https://wekan.namar0x0309.com",
"WEKAN_API_TOKEN": "thetokenyougetfrom_get-wekan-token_script"
},
"transport": "stdio"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Wekan Mcp?
Wekan Mcp is an MCP server that integrates with Wekan, providing scripts to automatically generate Wekan API tokens and configure environment variables. It is designed for developers and users who want to set up Wekan authentication for use with the Model Context Protocol.
How to use Wekan Mcp?
Run the platform‑specific script (get-wekan-token.ps1 on Windows or get-wekan-token.sh on Linux/macOS) to generate an API token interactively. The script creates or updates a .env file with the required configuration. Manual configuration is also supported by copying .env.example to .env and filling in the details. Test the setup with node test-auth.js. For development, use npm run inspect to launch the MCP Inspector.
Key features of Wekan Mcp
- Cross‑platform token generation scripts (PowerShell and Bash)
- Interactive prompt for endpoint, username, and password
- Automatic creation/update of
.envconfiguration file - Manual configuration via
.env.example - Authentication test script (
test-auth.js) - MCP Inspector support for development and debugging
- Watch mode for automatic rebuilds during development
Use cases of Wekan Mcp
- Quickly setting up Wekan
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论