mymlh-mcp-server
Click on "Deploy 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., "@mymlh-mcp-servershow my MyMLH profile"
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.
A Model Context Protocol (MCP) server that provides secure, OAuth-authenticated access to MyMLH. This server enables AI assistants and MCP clients to interact with the MyMLH API on behalf of users.
Features
Secure Authentication: Implements MyMLH API v4 with OAuth for robust and secure user authentication.
User Data Access: Provides tools to fetch a user's MyMLH profile, education, employment history, and more.
Automatic Token Management: Handles token refresh and secure storage automatically.
Cloudflare Workers: Built to run on the edge for low-latency, scalable performance.
Easy Deployment: Can be deployed to your own Cloudflare account in minutes.
Related MCP server: github-mcp-server
Quick Start
You can connect to our publicly hosted instance using any MCP client that supports the Streamable HTTP transport with OAuth.
Endpoint: https://mymlh-mcp.git.ci/mcp
Add MCP Server
Example configuration snippets for common MCP clients:
VS Code:
{
"servers": {
"mymlh": {
"type": "http",
"url": "https://mymlh-mcp.git.ci/mcp"
}
}
}Cursor and many clients:
{
"mcpServers": {
"mymlh": {
"url": "https://mymlh-mcp.git.ci/mcp"
}
}
}Windsurf and many clients:
{
"mcpServers": {
"mymlh": {
"serverUrl": "https://mymlh-mcp.git.ci/mcp"
}
}
}Augment Code:
{
"mcpServers": {
"mymlh": {
"url": "https://mymlh-mcp.git.ci/mcp",
"type": "http"
}
}
}Claude Code:
claude mcp add --transport http mymlh https://mymlh-mcp.git.ci/mcpGemini CLI:
gemini mcp add --transport http mymlh https://mymlh-mcp.git.ci/mcpCodex CLI:
codex mcp add mymlh --url https://mymlh-mcp.git.ci/mcpCline:
{
"mcpServers": {
"mymlh": {
"type": "streamableHttp",
"url": "https://mymlh-mcp.git.ci/mcp"
}
}
}Roo Code:
{
"mcpServers": {
"mymlh": {
"type": "streamable-http",
"url": "https://mymlh-mcp.git.ci/mcp"
}
}
}Other clients:
Consult your client's documentation for connecting to an MCP server. If you see 401 errors, the client likely does not support Streamable HTTP with OAuth and you will need to use the fallback option below.
Fallback Option
For environments where Streamable HTTP with OAuth is not supported, you may fall back to stdio transport with mcp-remote. This wraps the HTTP MCP server into a local stdio interface, forwarding requests over HTTP behind the scenes to ensure compatibility.
Example mcp-remote configuration snippet:
{
"mcpServers": {
"mymlh": {
"command": "npx",
"args": [
"mcp-remote",
"https://mymlh-mcp.git.ci/mcp"
]
}
}
}See mcp-remote documentation for more details on usage.
Available Tools
Once connected and authenticated, you can use the following tools:
Tool | Description |
| Fetch current MyMLH user profile |
Test with MCP Inspector
You can test the remote MCP server using the Model Context Protocol Inspector.
Run the Inspector from your terminal:
npx @modelcontextprotocol/inspector@latestEnter the server URL:
https://mymlh-mcp.git.ci/mcpand click "Connect".Follow the authentication flow to connect and test the tools.
Testing with Cloudflare AI Playground
You can also test the server directly using the Cloudflare Workers AI LLM Playground.
Go to the playground link.
Enter the server URL:
https://mymlh-mcp.git.ci/mcpFollow the authentication flow to connect and test the tools.
Example Usage
You can interact with the MyMLH MCP server using natural language in your AI assistant:
"Get my MyMLH user info."
"Show me my MyMLH profile."
"Generate a resume using my MyMLH profile."
"Create a GitHub profile README using my MyMLH data."
Deploying Your Own Instance
For full control, you can deploy your own instance to Cloudflare. See the Deployment Guide for detailed instructions.
Contributing
We welcome contributions! Whether you're fixing a bug, adding a feature, or improving documentation, your help is appreciated.
For development setup, project structure, how to add tools, and contributing guidelines, see CONTRIBUTING.md.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Connect AI agents to Filepad workspaces through OAuth MCP.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to securely access MyMLH user profiles, education, employment history, and other data via OAuth-authenticated HTTP.10-
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with GitHub issues, pull requests, and Actions workflows through MCP tools.-

HireFrog MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible AI assistants to securely access a user's job-search account, letting them search and save jobs, analyze job fit, and retrieve job queue and profile summaries with links back to the web app.MIT- AlicenseAqualityBmaintenanceEnables AI assistants to access and manage Google Drive, Sheets, Docs, Calendar, and Gmail through OAuth2-authenticated MCP tools.271MIT