Add OSRS Companion plugin#10739
Conversation
|
New plugin |
350ba26 to
c00d9ff
Compare
|
https://runelite.net/plugin-hub/show/csvexport already exists |
|
Also you should consider https://meta.runescape.wiki/w/Meta:Generative_AI_policy in whatever other app you are hosting. |
c00d9ff to
edb9dcd
Compare
Thanks for the link! CSVExport is a cool plugin but it solves a different problem — it's designed for exporting game data to spreadsheet tools like Excel or Tableau. This plugin is purpose-built for AI assistants via MCP. A few key differences:
Think of CSVExport as a data analysis tool and this as an AI context provider — different use cases! |
Thanks for flagging that! I've reviewed the policy and I believe this plugin is fully compliant. The MCP only reads from the wiki on-demand when a user makes a query — it doesn't write to the wiki, bulk scrape content, or use wiki data for AI training. The policy's main concerns are around AI-generated wiki edits and using wiki content as training data, neither of which apply here. Happy to discuss further if you have specific concerns! |
|
Please send a human |
Saves player data locally as JSON for use with AI assistants via Model Context Protocol (MCP). No network requests — all data stays on disk. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
edb9dcd to
3395101
Compare
I am terrible at english you dont want a human |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
I would assume if the wiki wanted an MCP pipeline, they would have one. You should probably discuss your usage with them. |
it uses the same public API endpoints any browser or app would use. no scraping, no bulk requests, no training data. Them building an MCP pipeline is a very specific use case that I do not think benefits them. |
|
If the idea of this being too closely connected to an MCP is not ideal I can change the way this plugin is setup as just a JSONExport or something. Other people could use that outside of MCPs. CSVExport doesn't have all the data i would need, seems like there are some bugs based on the issues and I don't really need to store historical data either (I am not sure if it does do that but I assume so considering it writes a new file every 24 hours?). Thoughts? |
|
Closing — will resubmit with updated naming and scope. |
Summary
Adds the OSRS MCP Companion plugin — saves player data locally as JSON files for use with AI assistants via the Model Context Protocol (MCP).
What it does
~/.runelite/osrs-companion/{username}.jsonHow it's used
The companion MCP server (osrs-companion on npm) reads these local JSON files and exposes them as tools for AI assistants like Claude. It also provides OSRS Wiki search, page summaries, and GE price lookups.
Compliance
Repository: https://github.com/isaachansen/runelite-osrs-companion