{
  "markdown": "# @meetlark/mcp-server\r\n\r\nMCP server for MeetLark - agent-first meeting schedule poll - for humans and agents.\r\n\r\nCreate polls, collect availability votes, and find times that work for groups. No accounts needed.\r\n\r\n## Quick Start\r\n\r\n```bash\r\nnpx @meetlark/mcp-server\r\n```\r\n\r\n## Configuration\r\n\r\n### Claude Desktop\r\n\r\nAdd to your Claude Desktop config (`claude_desktop_config.json`):\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"meetlark\": {\r\n      \"command\": \"npx\",\r\n      \"args\": [\"-y\", \"@meetlark/mcp-server\"]\r\n    }\r\n  }\r\n}\r\n```\r\n\r\nOn Windows, use `cmd /c` wrapper if the above fails:\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"meetlark\": {\r\n      \"command\": \"cmd\",\r\n      \"args\": [\"/c\", \"npx\", \"-y\", \"@meetlark/mcp-server\"]\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n### Cursor\r\n\r\nAdd to your Cursor MCP settings (`.cursor/mcp.json`):\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"meetlark\": {\r\n      \"command\": \"npx\",\r\n      \"args\": [\"-y\", \"@meetlark/mcp-server\"]\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n## Tools\r\n\r\n| Tool | Description |\r\n|------|-------------|\r\n| `meetlark_create_poll` | Create a scheduling poll to find a time that works for a group |\r\n| `meetlark_get_results` | View current poll results including all votes cast so far |\r\n| `meetlark_vote` | Cast a vote on a scheduling poll (yes/maybe/no per time slot) |\r\n| `meetlark_get_admin_view` | Get full poll details and results using the admin token |\r\n| `meetlark_close_poll` | Close a poll to stop accepting new votes |\r\n| `meetlark_reopen_poll` | Reopen a previously closed poll to accept votes again |\r\n\r\n## Environment Variables\r\n\r\n| Variable | Default | Description |\r\n|----------|---------|-------------|\r\n| `MEETLARK_API_URL` | `https://meetlark.ai` | Base URL for the MeetLark API |\r\n\r\n## Remote Endpoint\r\n\r\nA hosted MCP endpoint is available at:\r\n\r\n```\r\nhttps://meetlark.ai/mcp\r\n```\r\n\r\nThis is a stateless Streamable HTTP endpoint -- no session persistence, no authentication required. Connect any MCP client directly.\r\n\r\n## Documentation\r\n\r\nFull documentation at [meetlark.ai/agents](https://meetlark.ai/agents).",
  "bytes": 2041,
  "sha": "b7ed735b44634d9e1b7893c1088df6aad903565e3529f84d179321673246539a",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_meetlark_mcp_server_790dbc2f/readme"
}