create_app_api_key — TaskLite MCP Tool Mutating
create_app_api_key
(create app api key) is one of 48 tools on the
TaskLite
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_app_api_key from your client
- Claude Code TaskLite create_app_api_key run in your project directory
- Claude Desktop TaskLite create_app_api_key ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor TaskLite create_app_api_key ~/.cursor/mcp.json
- VS Code TaskLite create_app_api_key .vscode/mcp.json
- Zed TaskLite create_app_api_key ~/.config/zed/settings.json
- Windsurf TaskLite create_app_api_key ~/.codeium/windsurf/mcp_config.json
- Cline TaskLite create_app_api_key ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI TaskLite create_app_api_key ~/.gemini/settings.json
- Grok TaskLite create_app_api_key .mcp.json (in your project root)
- ChatGPT TaskLite create_app_api_key Settings → Connectors → Advanced → Developer mode
- Claude.ai TaskLite create_app_api_key Settings → Connectors → Add custom connector
- LangChain TaskLite create_app_api_key pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://mcp.tasklite.net/mcp
Other tools on this server
- list_organizations
- configure_external_access
- list_projects
- list_boards
- create_project
- create_board
- create_column
- get_board_schema
- update_board
- delete_board
- delete_project
- update_column
- delete_column
- reorder_columns
- export_project
- query_items
- create_item
- update_item
- set_cell
- delete_item
- list_comments
- add_comment
- update_comment
- delete_comment
- request_file_upload
- list_uploaded_files
- revoke_upload_link
- create_app
- push_status
- send_test_push
- publish_app
- create_app_endpoint
- list_app_endpoints
- update_app_endpoint
- build_backend
- create_automation
- update_automation
- list_automations
- list_apps
- get_app_spec
- get_frontend_prompt
- search
- fetch
- deploy_frontend
- list_deployments
- get_deployment_files
- rollback_deployment
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.