Create and edit real Word documents (filesystem or SharePoint): typed change plans, tracked changes
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
OfficeAgent.Mcp · nuget · 0.2.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ilia-sokolov/officeagent",
"description": "Create and edit real Word documents (filesystem or SharePoint): typed change plans, tracked changes",
"title": "OfficeAgent.NET",
"repository": {
"url": "https://github.com/ilia-sokolov/OfficeAgent.NET",
"source": "github"
},
"version": "0.2.1",
"packages": [
{
"registryType": "nuget",
"identifier": "OfficeAgent.Mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Connection id the agent uses to address documents (any non-empty string). The server requires at least one connection (filesystem or SharePoint) and exits on startup if none is configured",
"isRequired": true,
"default": "documents",
"placeholder": "documents",
"name": "OfficeAgent__FileSystemConnections__0__ConnectionId"
},
{
"description": "Absolute path to the directory this filesystem connection may read and write .docx files under. To use SharePoint instead of the filesystem, set OfficeAgent__SharePointConnections__0__*",
"isRequired": true,
"format": "filepath",
"placeholder": "/path/to/documents",
"name": "OfficeAgent__FileSystemConnections__0__RootPath"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-05T09:32:35.480232Z",
"publishedAt": "2026-07-05T09:32:35.480232Z",
"updatedAt": "2026-07-05T09:32:35.480232Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.