
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@mondaydotcomorg/monday-api-mcp
Advanced tools
A server implementation for the Model Context Protocol (MCP) that provides an interface to interact with Monday.com API.
https://github.com/user-attachments/assets/ed8d24e1-256b-4f6b-9d84-38e54a8703fd
Before running the MCP server, make sure you have:
npx @mondaydotcomorg/monday-api-mcp -t abcd123
The Monday API token can also be provided via the monday_token
environment variable.
Argument | Flags | Description | Required | Default |
---|---|---|---|---|
Monday API Token | --token , -t | Monday.com API token (can also be provided via monday_token environment variable) | Yes | - |
API Version | --version , -v | Monday.com API version | No | current |
Read Only Mode | --read-only , -ro | Enable read-only mode | No | false |
Dynamic API Tools | --enable-dynamic-api-tools , -edat | (Beta) Enable dynamic API tools (Mode that includes the whole API schema, not supported when using read-only mode) | No | false |
{
"mcpServers": {
"monday-api-mcp": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp",
"-t",
"abcd123"
]
}
}
}
{
"mcpServers": {
"monday-api-mcp": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp",
"-t",
"abcd123"
],
"env": {}
}
}
}
{
"mcpServers": {
"monday-api-mcp": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp"
],
"env": {
"monday_token": "abcd123"
}
}
}
}
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
MCP server for using the monday.com API
The npm package @mondaydotcomorg/monday-api-mcp receives a total of 635 weekly downloads. As such, @mondaydotcomorg/monday-api-mcp popularity was classified as not popular.
We found that @mondaydotcomorg/monday-api-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 71 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.