io.github.admin978/canvas-mcp MCP Server
io.github.admin978/canvas-mcp
What is the io.github.admin978/canvas-mcp MCP server?
Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker.
How to install io.github.admin978/canvas-mcp
Copy-paste configuration for popular MCP clients.
CANVAS_BASE_URLrequiredCanvas institution root URL (no /api/v1 suffix), e.g. https://your-institution.instructure.com
CANVAS_TOKENrequiredsecretCanvas personal access token (Account -> Settings -> Approved Integrations -> New Access Token)
{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-local-mcp"
],
"env": {
"CANVAS_BASE_URL": "<YOUR_CANVAS_BASE_URL>",
"CANVAS_TOKEN": "<YOUR_CANVAS_TOKEN>"
}
}
}
}{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-local-mcp"
],
"env": {
"CANVAS_BASE_URL": "<YOUR_CANVAS_BASE_URL>",
"CANVAS_TOKEN": "<YOUR_CANVAS_TOKEN>"
}
}
}
}{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-local-mcp"
],
"env": {
"CANVAS_BASE_URL": "<YOUR_CANVAS_BASE_URL>",
"CANVAS_TOKEN": "<YOUR_CANVAS_TOKEN>"
}
}
}
}{
"servers": {
"canvas-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"canvas-local-mcp"
],
"env": {
"CANVAS_BASE_URL": "<YOUR_CANVAS_BASE_URL>",
"CANVAS_TOKEN": "<YOUR_CANVAS_TOKEN>"
}
}
}
}claude mcp add canvas-mcp --env CANVAS_BASE_URL=<YOUR_CANVAS_BASE_URL> --env CANVAS_TOKEN=<YOUR_CANVAS_TOKEN> -- uvx canvas-local-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.