Skip to main content
Glama

Siri Shortcuts MCP Server

by dvcrn
package.json1.06 kB
{ "name": "mcp-server-siri-shortcuts", "version": "1.1.0", "description": "MCP server that provides access to Siri shortcuts", "license": "GPLv3", "author": "David Mohl <git@d.sh>", "homepage": "https://github.com/dvcrn/mcp-server-siri-shortcuts", "repository": { "type": "git", "url": "git+https://github.com/dvcrn/mcp-server-siri-shortcuts.git" }, "bugs": "https://github.com/dvcrn/mcp-server-siri-shortcuts/issues", "type": "module", "bin": { "mcp-server-siri-shortcuts": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js", "start:sse": "node dist/sse.js", "test": "vitest" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "express": "^4.21.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/express": "^5.0.0", "shx": "^0.3.4", "typescript": "^5.6.2", "vitest": "^3.2.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvcrn/mcp-server-siri-shortcuts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server