Home /
AI/LLM / Template-VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse
★ 0 stars
HTML
🤖 AI/LLM
Updated 1d ago
Template for building a M365 Declarative Copilot Agent with MCP Server, embedded widgets (MCP Apps), and Dataverse integration
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"template-vibecoded-c": {
"command": "npx",
"args": [
"-y",
"RomainTheLowCodeBeardedBear/Template-VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse"
]
}
}
}
Run in terminal:
claude mcp add template-vibecoded-c npx -y RomainTheLowCodeBeardedBear/Template-VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse
Add to .cursor/mcp.json:
{
"mcpServers": {
"template-vibecoded-c": {
"command": "npx",
"args": [
"-y",
"RomainTheLowCodeBeardedBear/Template-VibeCoded-CopilotAgent-EmbeddedApps-MCPServer-Dataverse"
]
}
}
}