lumberjack-so/alfred-mcp
If you are the rightful owner of alfred-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Alfred MCP Server integrates Alfred's workflow automation with AI assistants using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
alfred_list_skills
List all skills with filtering, sorting, and pagination
alfred_get_skill
Get detailed information about a specific skill
alfred_create_skill
Create a new skill with steps and configuration
alfred_update_skill
Update an entire skill (PUT semantics)
alfred_patch_skill
Partially update a skill (PATCH semantics)
alfred_delete_skill
Delete a skill (with optional force flag)
alfred_list_connections
List all MCP server connections
alfred_get_connection
Get connection details by ID
alfred_create_connection
Create a new MCP server connection
alfred_update_connection
Update entire connection configuration
alfred_patch_connection
Partially update connection settings
alfred_delete_connection
Remove a connection
alfred_list_executions
List execution history with filters
alfred_get_execution
Get detailed execution information
alfred_get_execution_trace
Get execution trace/logs for debugging
alfred_get_execution_stats
Get analytics and statistics
alfred_delete_execution
Delete an execution record
alfred_create_api_key
Create a new Alfred API key
alfred_list_api_keys
List all API keys (without revealing full keys)
alfred_delete_api_key
Revoke an API key
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client