Agent declaratif M365 Copilot avec applications embarquees (MCP Apps), serveur MCP Node.js et connexion Dataverse - 100% vibe coded
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vibecoded-copilotage": {
"command": "npx",
"args": [
"-y",
"romain-gerard-exp/VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse"
]
}
}
}
Run in terminal:
claude mcp add vibecoded-copilotage npx -y romain-gerard-exp/VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse
Add to .cursor/mcp.json:
{
"mcpServers": {
"vibecoded-copilotage": {
"command": "npx",
"args": [
"-y",
"romain-gerard-exp/VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse"
]
}
}
}