Production MCP server (Python/FastMCP) exposing 10 afety-annotated tools over Notion, n8n & Gmail to anLLM agent layer.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"inmotion-mcp-server": {
"command": "npx",
"args": [
"-y",
"omertaz7/inmotion-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add inmotion-mcp-server npx -y omertaz7/inmotion-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"inmotion-mcp-server": {
"command": "npx",
"args": [
"-y",
"omertaz7/inmotion-mcp-server"
]
}
}
}