This is a remote MCP server that has been customized for [MB Crosier](https://www.mbcrosier.com). It includes 3 tools:
This is a remote MCP server that has been customized for MB Crosier. It includes 3 tools:. Exposed over MCP by the mb crosier mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
get_bio — Returns a paragraph biography of MB Crosierget_contact_info — Returns the contact email for MB Crosierget_social_links — Returns JSON with MB Crosier's Linkedin, Github, Instagram, and Twitter/X accountsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mb Crosier MCP's toolset — get_bio, get_contact_info, get_social_links — is a fair guide to whether it matches your workflow. It is maintained by mbcrosier; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_bio | Returns a paragraph biography of MB Crosier. |
| get_contact_info | Returns the contact email for MB Crosier. |
| get_social_links | Returns JSON with MB Crosier's Linkedin, Github, Instagram, and Twitter/X accounts. |
{
"mcpServers": {
"mbcrosier-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mb-crosier-mcp.mbcrosier.workers.dev/sse"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.