MCP (Model Context Protocol) enables artificial intelligence models to access external tools and data sources via a standard protocol.
{
"mcpServers": {
"mcp-datapipe": {
"command": "npx",
"args": [
"-y",
"my-mcp-server"
]
}
}
}