The Examplary MCP Server provides AI assistants with comprehensive access to Examplary's exam management platform through 60+ API endpoints.
Core capabilities include:
Exam Management - Create, read, update, delete, duplicate, export (PDF/Word), and import exams from various formats (Word, PDF, plain text, Moodle XML). Organize exams using folders and track metadata.
AI-Powered Question Generation - Generate new questions and update existing ones using AI prompts and source materials. Get context suggestions for exam generation and cancel ongoing generation jobs.
Question Operations - Browse public and custom question types, create organization-specific types, enable/disable types for workspaces, and manage grading instructions and generation parameters.
Question Bank - Store, manage, and organize reusable questions with tags for easy retrieval.
Source Materials - Upload and process documents (PDF, Word, etc.) with AI to extract facts, topics, and summaries. Create page slices from materials and track processing status.
Student Assessment & Grading - Create and manage student sessions, scan answers from uploaded documents, provide AI-powered automatic grading with suggestions, accept/reject grading suggestions individually or in bulk, and generate overall feedback.
Workspace & Collaboration - Create and manage organization workspaces, invite team members with role-based access, update workspace settings, and browse publisher libraries for public content.
Taxonomies & Standards - Access default taxonomies (e.g., Bloom's Taxonomy), create custom taxonomies for learning objectives, and define taxonomy levels with AI generation instructions.
User & Media Management - View and update user profiles, manage preferences and workspace memberships, generate signed upload URLs, and handle media files securely.
Additional Features - Import questions from multiple file formats, browse student levels for age-appropriate content, and filter by external IDs for system integration.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Examplary MCP Servercreate a new exam about machine learning fundamentals"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Examplary MCP Server
A Model Context Protocol (MCP) server for Examplary, providing AI assistants with access to the Examplary exam management API.
Features
60+ API Endpoints - Full access to Examplary's exam management capabilities
Auto-generated Tools - All API operations automatically available as MCP tools via OpenAPI specification
Secure Authentication - User-specific API key authentication
Cross-platform - Works on macOS, Linux, and Windows via UV runtime
One-click Installation - Install as a .mcpb package in Claude Desktop
What is Examplary?
Examplary is an AI-powered exam management platform that helps educators:
Create and manage exams with AI assistance
Generate questions from source materials
Grade student responses automatically
Organize content in collaborative workspaces
Share resources via publisher libraries
Installation
Option 1: Claude Desktop (.mcpb package)
Download the latest
examplary-mcp.mcpbfrom the releases pageOpen Claude Desktop
Go to Settings → Extensions
Click "Install Extension" and select the downloaded .mcpb file
When prompted, enter your Examplary API key
Option 2: Manual Installation
Clone this repository:
git clone https://github.com/examplary-ai/mcp.git cd mcpInstall UV (if not already installed):
curl -LsSf https://astral.sh/uv/install.sh | shRun the server:
export EXAMPLARY_API_KEY="your-api-key-here" uv run src/server.py
Getting Your API Key
Log in to Examplary
Navigate to Account → Developer
Click "Generate New API Key"
Copy the API key and save it securely
Note: Keep your API key secret. Never commit it to version control or share it publicly.
Usage
Once installed in Claude Desktop, you can ask Claude to interact with Examplary:
"Create a new exam about Python programming"
"List all my exams"
"Generate questions from this document"
"Get the results for exam ID 12345"
"Create a new organization workspace"
The MCP server provides access to all Examplary API endpoints, including:
Exam Management
Create, read, update, and delete exams
Duplicate exams
Export to PDF or Word
AI-powered question generation
Question Bank
Store and organize reusable questions
Public and private question types
Bulk import from various formats
Student Sessions
Create grading sessions
Scan documents for answers
AI-powered grading and feedback
Accept or reject grading suggestions
Organizations & Collaboration
Manage workspaces
Invite team members
Organize exams in folders
Publisher Library
Browse public content
Share exam templates
Discover featured resources
Development
Project Structure
examplary-mcp/
├── manifest.json # MCPB manifest configuration
├── pyproject.toml # Python dependencies
├── src/
│ ├── __init__.py
│ └── server.py # Main MCP server
├── .mcpbignore # Files excluded from .mcpb package
└── .github/
└── workflows/
└── release.yml # Automated release workflowLocal Development
Install dependencies:
uv pip install -e .Set your API key:
export EXAMPLARY_API_KEY="your-api-key"Run the server:
uv run src/server.py
Building the .mcpb Package
To build the .mcpb package manually:
zip -r examplary-mcp.mcpb \
manifest.json \
pyproject.toml \
src/ \
icon.png \
-x "*.pyc" -x "__pycache__/*" -x ".git/*"Testing
The server uses stdio transport for communication with Claude Desktop. To test locally:
Run the server with your API key set
The server will start and listen for MCP protocol messages on stdin
Send MCP requests via stdin and receive responses on stdout
API Rate Limits
Examplary enforces rate limits on certain operations:
Exam generation: 3 requests per 60 seconds
Question operations: 10 requests per 60 seconds
Other endpoints: Standard rate limiting applies
Security
API keys are stored securely by Claude Desktop
All communication uses HTTPS
API keys can be revoked at any time from the Examplary dashboard
Never share your API key or commit it to version control
Support
Examplary Documentation: https://developers.examplary.ai
Examplary Support: support@examplary.ai
Issues: https://github.com/examplary/examplary-mcp/issues
License
MIT License - see LICENSE file for details
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add some amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
Credits
Built with:
FastMCP - Python framework for MCP servers
Model Context Protocol - Open protocol for AI-application integration
Examplary API - Exam management platform
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.